Closed nikhilsaraf closed 3 years ago
I want to be able to sign-in using OAuth (Auth0 as an example) when running Kelp GUI with the --enable-kaas flag
--enable-kaas
The desired behavior will allow me to run a publicly accessible server that makes my bots protected behind my oauth creds
We can achieve the desired behavior by integrating OAuth
This feature exists everywhere
PR underway
Use the existing model like function getUserData and save Auth0 data and context in local storage with a JWT.
getUserData
Desired Behavior
I want to be able to sign-in using OAuth (Auth0 as an example) when running Kelp GUI with the
--enable-kaas
flagImpact
The desired behavior will allow me to run a publicly accessible server that makes my bots protected behind my oauth creds
Feature Suggestion
We can achieve the desired behavior by integrating OAuth
References
This feature exists everywhere
Additional context
PR underway
Specification
Use the existing model like function
getUserData
and save Auth0 data and context in local storage with a JWT.