...
Code Block |
---|
# CIAM
CIAM_API_URL = https://stg.api.spinplatform.digital/tr/superback/ciam/v1/auth
# OTP
OTP_API_URL = https://stg.api.spinplatform.digital/tr/superback/otp/v1
# CIAM TOKENS
CIAM_JWKS_URL = https://oxxo-identity.auth0.com/.well-known/jwks.json
|
PRO
Code Block |
---|
# CIAM CIAM_API_URL = https://api.spinplatform.digital/tr/superback/ciam/v1/auth # OTP OTP_API_URL = https://api.spinplatform.digital/tr/superback/otp/v1 # CIAM TOKENS CIAM_JWKS_URL = https://oxxo-identity.auth0.com/.well-known/jwks.json |
...