UNPKG

restaf-server

Version:
11 lines (9 loc) 226 B
/* * Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ 'use strict'; async function logon (req, h) { return req.auth.credentials; } export default logon;