Beta

Development

Cheat Sheet

A quick cheat sheet on the common CakeAuth tasks

Where I can get the environment variable values?

ValueDescriptionCommon Key NameHow to Get it?Example Values
Public KeyEnvironment public keys. Read more.NEXT_PUBLIC_CAKEAUTH_PUBLIC_KEY, VITE_CAKEAUTH_PUBLIC_KEY, CAKEAUTH_PUBLIC_KEYConfig > API Key > Public Keypub_test_xxx
Private KeyEnvironment private keys. Read more.CAKEAUTH_PRIVATE_KEYConfig > API Key > Private Keysec_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

On this page