https://github.com/effet/yaam
Yet Another Authorization Microservice
https://github.com/effet/yaam
Last synced: 7 months ago
JSON representation
Yet Another Authorization Microservice
- Host: GitHub
- URL: https://github.com/effet/yaam
- Owner: Effet
- License: mit
- Created: 2018-03-08T12:32:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T04:01:05.000Z (about 8 years ago)
- Last Synced: 2025-02-28T07:05:50.076Z (over 1 year ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaam
Yet Another Authorization Microservice.
## Principals
### Login Should been Everywhere
Every API response should contain login result as because every API may pull user to logged in state after invocation.
E.g. we need make user logged in after signup or password reset successfully.
### Mobile First
As a modern authz microservice, we should provide better mobile experiences and all functions Mobile First.