s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Deprecate AuthManager #39

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

Create a new Service which will manage user authentication, access token management, access control and policies


UPD:

OK, there are some things to do:

s-kostyuk commented 6 years ago

Access token will be saved in Session objects (see commit 7c5cc3b)

s-kostyuk commented 6 years ago

Session objects will be managed by a SessionService (203ebcc). Authentication, authorization and password management will be handled by an AuthService (795ef8b)

s-kostyuk commented 6 years ago

OK. Looks like it's finished but needs a LOT of testing: #58. Will be merged after #56 will be marked as completed