Replies: 1 comment
-
Hi, same questions for me. Someone find a solution to do this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add multiple Security Schemes.
For example.
We have a API that handles login, permissions, and products.
If we want to check logged in user permission we need to make a Request ro our capabilities endpoint using jwt cookie auth
For other stuff like adding a new user via API using a backend or something we need a Bearer Token
So we have
/api/user/capabilities - JWT
/api/user/create - Bearer
Beta Was this translation helpful? Give feedback.
All reactions