If i can - Authexpressive
lpj145 opened this issue · 2 comments
lpj145 commented
Sorry for this issue, i liked so much about expressive implementation, and make some packages to expressive, you can found this list:
https://github.com/lpj145?tab=repositories
And one of all, i make agnostic database and have two interfaces for all functionality package.
https://github.com/lpj145/AuthExpressive
fault only rules.
This is for token ( jwt ).
lpj145 commented
After install define two interface on service manager
StoraInterface
DatabaseInterface
He have some controllers:
LoginController
MeController
RegisterController
RememberTokenController
UpdateMeController
Middleware:
JwtMiddleware -> Verify and authentic user
MeMiddleware -> pass atribute about user logged, this info request on StorageInterface.
froschdesign commented