Closed sh8 closed 8 years ago
@shun3475 I am not sure if I got what you meant but do you customized token generation? Here from the documentation:
generateToken: function(options) returns a token string getTTL: function(grantType, clientId, resourceOwner, scopes) returns a ttl number in seconds
If you meant the endpoints?
oauth2.authenticate(['/protected', '/api', '/me'],
{session: false, scope: 'email'});
Closing this issue for now. If you are still running into problems, feel free to leave a comment and I will reopen the issue. closes#32
I wanna authenticate user like,
Please tell me the way to change Authorization Header name.