Application secret
a secret id for the applications
These are secret hexadecimal ids for applications. for each applications it will be unique.
As the name suggests you cannot share these secret ids with anyone. ones it is lost your application safety is at risk. we recommend storing them in environment variable. while shipping projects to production.
Although we are building a feature that lets you refresh your application secret. we still don't recommend exposing your application secret.
example application secret
You have to send this application secret as header with every request to the easy auth server. more on that in later sections.
Last updated