cURL
curl --request PUT \ --url https://revstack.dev/v1/auth \ --header 'Content-Type: application/json' \ --data ' { "environmentId": "<string>", "provider": "clerk", "strategy": "jwt", "userIdClaim": "<string>", "jwksUri": "<string>", "signingSecret": "<string>", "issuer": "<string>", "audience": "<string>" } '
null
Creates or replaces the authentication provider configuration (JWKS/JWT) for an environment.
1
clerk
supabase
firebase
auth0
custom
jwt
jwks
Auth config saved
The response is of type unknown.
unknown