https://github.com/pch/identt
🔒 Authentication microservice
https://github.com/pch/identt
Last synced: about 1 year ago
JSON representation
🔒 Authentication microservice
- Host: GitHub
- URL: https://github.com/pch/identt
- Owner: pch
- License: mit
- Archived: true
- Created: 2020-10-27T11:40:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T14:37:48.000Z (over 5 years ago)
- Last Synced: 2025-02-09T19:18:27.377Z (over 1 year ago)
- Language: Ruby
- Size: 43 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# identt

Opinionated, reusable microservice (JSON API-only) for secure authentication.
It provides everything you need to sign up, log in, log out and store user data.
It's based on a combination of long-lived, revokable cookie-based sessions and short-lived JWT tokens.
## Supported Authentication Methods
- [x] magic link via email
- [ ] email & password
- [ ] oAuth2
# Note
This project is a work in progress, not intended for production use. More details soon.