nano3labs/fetch-redux-crud

Add support for setting an authentication token & strategy

Opened this issue · 0 comments

Add the ability to set an authentication token and authentication strategy.

Strategies to send token should be:

  1. Cookie - cookie
  2. Header - header
  3. Query Param - query

Strategies to authenticate can be:

  1. JWT - jwt tokens
  2. Oauth2
  3. Basic Auth
  4. Http endpoint