Token Generation Process
- By leveraging the Ed25519 signature algorithm, the service deterministically generates a private key using your App ID and secret.
- This ensures that each token is cryptographically secure and uniquely tied to your application, eliminating the need to store sensitive keys.
Stateless Architecture
- SimpleAuth.link works without a traditional database. It does not store any user data, including email addresses, on its servers.
- Instead, the data generated is self-contained, requiring no further information or state to be used. This stateless design increases security and reduces the risk of data breaches.
Other links:
- Source code: https://github.com/SimpleAuthLink/authapi
- Documentation: https://docs.simpleauth.link/
No comments yet.