Eyemagnet Auth API - Integration Guide
To integrate with Eyemagnet Auth, send GraphQL requests over HTTPS using the base URL and credentials supplied by Eyemagnet.
This guide is for partners integrating an application or backend with Eyemagnet Auth. The API is GraphQL over HTTPS. It issues signed JWTs that can be used both with this API and with services that trust Eyemagnet Auth.
The API is a GraphQL authentication service, not an OAuth or OpenID Connect authorization-code endpoint. Keep client secrets in a trusted backend; do not embed them in a browser, mobile app, desktop app, or published source code.
Articles:
- Getting Started
- Calling GraphQL
- Obtain an access token
- Use and refresh tokens
- Verify tokens in your service
- Common API operations
- Scope and tenant design / Account lifecycle and security operations