oauthjs / angular-oauth2

AngularJS OAuth2
MIT License
595 stars 187 forks source link

It is possible to use sessionStorage instead of cookies #112

Closed alfre150 closed 7 years ago

alfre150 commented 7 years ago

I want to use sessionstorage to save the token so that it is deleted when closing the browser tab, is it possible?

ruipenso commented 7 years ago

@alfre150 Follow #97.