Add support for setting an authentication token & strategy
Opened this issue · 0 comments
yagudaev commented
Add the ability to set an authentication token and authentication strategy.
Strategies to send token should be:
- Cookie -
cookie
- Header -
header
- Query Param -
query
Strategies to authenticate can be:
- JWT - jwt tokens
- Oauth2
- Basic Auth
- Http endpoint