-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support JWT Auth #12
Comments
Hi, I think we need JWT support both of route level & service level. Route LevelService LevelRead JWT_KEY env variable when function-ui starts up. and generate JWT for each request to the function server. What do you think? |
Regarding JWT tokens, yes, looks good ! I agree with your points !
Arghh yes, never though about this ! This is of course absolutely necessary as well. I'll think about it ! (You can assume this is out of scope of JWT auth) Let's handle this separately ! |
Yeah, I'll work on Route level one for now :) |
Now that functions support JWT auth, we need to add this to the UI as well. @kunihiko-t what do you think ?
The text was updated successfully, but these errors were encountered: