Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Niftory uses two forms of authentication to keep your application data safe:
Each application gets an API Key when registered with Niftory for project-level authentication. This key needs to be passed as X-Niftory-API-Key
header alongside every API request. For privileged authentication (used for minting, wallet creation, transferring and more), you can either use the X-Niftory-Client-Secret
header or use OAuth.
For more information, see below:
Authentication and authorization can be hard in any application, especially in a space as confusing as web3. For any operations that require user or app authorization, we use .
Each application gets a client ID and a client secret from Niftory that can be used to authenticate the application itself, as well as its users, to use the Niftory API.