Authentication
Other Page offers multiple methods for authentication depending on your use case.
Launcher JWT
Launch your experiences directly on Other Page and use our JWT token to easily reward users with on-chain badges and rewards. Learn More.
Receive a JWT auth token in the URL when a user is directed to your experience.
https://yourexperience.com?token=eyJhbGciOiJIUzI1...
Issue achievements, tokens, or rewards at any point while the user is on your app.
To launch an Experience you will need an API Key from Other Page Portal.
Other Page Connect
Connect endpoints allow for cross-application authentication and the ability to retrieve data and perform updates on behalf of users. Other Page Connect endpoints primarily follow the OAuth2.0 and OpenID Connect standards with the following exceptions:
- Can be used in place of SIWE authentication. See OPConnect.
- In addition to authorized scopes, a user can choose the primary avatar that the connecting app should use as their identity. The avatar ID will be returned in the
id_token
. - Enables Web3 apps to enforce the user to connect or link the same wallet address across Other Page and the connecting app.
Connect endpoints require a configured Connect App within the Other Page Portal.
API Keys
Community endpoints are used to retrieve information about your Communities and associated members and require an API key obtained from the Other Page Portal.
Community API keys can be obtained from the Other Page Portal.