Development
Cheat Sheet
A quick cheat sheet on the common CakeAuth tasks
Where I can get the environment variable values?
Value | Description | Common Key Name | How to Get it? | Example Values |
---|---|---|---|---|
Public Key | Environment public keys. Read more. | NEXT_PUBLIC_CAKEAUTH_PUBLIC_KEY , VITE_CAKEAUTH_PUBLIC_KEY , CAKEAUTH_PUBLIC_KEY | Config > API Key > Public Key | pub_test_xxx |
Private Key | Environment private keys. Read more. | CAKEAUTH_PRIVATE_KEY | Config > API Key > Private Key | sec_test_xxx |
Where I can get my environment host?
- Go to your environment Config sections
- In the left sidebar, choose Settings
- In the Environment section, you can copying it from the Environment Host value.
Last updated on