An open API service indexing awesome lists of open source software.

https://github.com/pch/identt

🔒 Authentication microservice
https://github.com/pch/identt

Last synced: about 1 year ago
JSON representation

🔒 Authentication microservice

Awesome Lists containing this project

README

          

# identt

![](https://github.com/pch/identt/workflows/build/badge.svg)

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.