oauthjs / angular-oauth2

AngularJS OAuth2
MIT License
595 stars 187 forks source link

Added ability to configure OAuthToken at runtime #125

Open pashamesh opened 7 years ago

pashamesh commented 6 years ago

This will allows to change cookie expiration after application is configured. For example to handle remember me functionality. Please check test (https://github.com/oauthjs/angular-oauth2/pull/125/files#diff-c7dae382019f82458da39f461f216b47R56).