Brixel / DoorRequestService

MIT License
0 stars 1 forks source link

Replace oauth2 library #62

Closed BerendWouters closed 1 year ago

BerendWouters commented 2 years ago

Replace the Auth0/angular-jwt library by the (already installed) angular-oauth2-oidc library. This should be much cleaner than it is right now. Additional: it would be cool to use a state store for this implementation too, since the state of the token can change independently.

BerendWouters commented 1 year ago

Closed