A stand-alone gRPC based authentication API. Easily integrate authentication into any custom project. Authenticator takes care of user credential storage and checking. It generates JSON Web tokens for users, which easily can be verified by other servers in your ecosystem using performant and secure EdDSA public key cryptography.
☆14Jul 13, 2023Updated 2 years ago
Alternatives and similar repositories for authenticator
Users that are interested in authenticator are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆14Jun 24, 2022Updated 3 years ago
- Package pbpgx provides a toolkit for easier Protocol Buffers interaction with PostgreSQL databases.☆12Sep 22, 2022Updated 3 years ago
- A complete standalone Oauth2 Server RFC 6749 implementation written in Golang and licensed under the GPL V3 license.