Signature Grant
Overview
Example Use Case
Getting Started
Verifying an authenticated session
Reading the frontend session token
Method 1: Via the Manifold Ethereum Provider
const token = await window.ManifoldEthereumProvider.getOAuth({
grantType: "signature",
appName: "<your app name>",
clientId: "<your app client id>"
});Method 2: Via the m-authenticated event
m-authenticated eventServer-Side Validation
Last updated