@websanova/vue-auth
Version:
A simple light-weight authentication library for Vue.js
21 lines (17 loc) • 325 B
JavaScript
/*!
* @websanova/vue-auth v4.2.1
* https://websanova.com/docs/vue-auth
* Released under the MIT License.
*/
;
var auth0 = {
url: '',
params: {
client_id: '',
redirect_uri: 'login/auth0',
response_type: 'code',
scope: 'openid profile email',
state: {}
}
};
module.exports = auth0;