Does Cadence Web have any authentication mechanisms? #5394
-
Hello team, I have a few questions regarding Cadence Web auth.
I couldn't find any documentation about this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Vignesh-Ganesan-008, thanks for sharing your questions!
While we are planning to add more Authentication/Authorization features, the above can serve most common cases. |
Beta Was this translation helpful? Give feedback.
Hello @Vignesh-Ganesan-008, thanks for sharing your questions!
Currently cadence supports JWT auth between Web/Server using 'admin tokens', check the config section for cadence-web. This allows the web to be able to communicate with the server if OAuth is enabled. You can enable OAuth and provide public/private for Server and enable admin auth on Web to get auth up and running.
Current limitations are:
While we are planning to add more Authentication/Authorization features, the above can serve most common cases.
Finally i will add an issue to add this to the docs, until th…