Authenticate player with SIWE
The endpoint verifies the token generated by OAuth provider, creates or retrieves a player based on his email, and returns the jwt token for the player together with the player id. Authorize player with token.
OAuth provider
Get the jwks.json file. You can use the jwks.json file to verify the signature of a JWT token issued by Openfort Auth. Get the jwks.json file.
Specifies the project publishable key (starts with pk_).
Initialize OAuth.
Create a challenge to link external wallet to the player. Initialize SIWE.
Initialize Link OAuth.
Link external wallet.
Authenticate a player based on email and password. Email and password login.
Authenticate a player from an identity token. OIDC Identity token.
When using Openfort Auth, the endpoint logs out the player. Log out a player.
Initialize OAuth.
Get or create a new session for the player based on the refresh token. Refresh or create auth session.
Start the Email Verification process for a player. Request an Email Verification.
Start the Reset process for a player's password. Request a Reset password.
Reset a player's password. Reset a password.
Create and authenticate a player based on email and password. Email and password signup.
Verify oauth token of a third party auth provider.
Unlink OAuth account
Unlink external wallet.
Verify a player's email address. Verify an email.
The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player. Returns the latest 10 transaction intents for the player. Retrieve player by token.
OAuth provider
The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player. Returns the latest 10 transaction intents for the player. Retrieve player by oauth token.
Generated using TypeDoc
Deprecated Authenticate player with oauth token.