Skip to content
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

Introduce TokenAuthentication on the API #1

Open
DavisRayM opened this issue Apr 22, 2021 · 0 comments
Open

Introduce TokenAuthentication on the API #1

DavisRayM opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@DavisRayM
Copy link
Contributor

Requested changes

Currently the Duva project utilizes session cookies in order to authenticate clients on the API which works well but adds a challenge on when the user should logout / clear the cookie since the cookie is managed by Duva. Introducing API Tokens that can be utilized by clients would make it easier for users of the Application to manage their sessions since the application wouldn't lock the user to a specific session(cookie on the browser) after the first login.

Breakdown of the requested changes

  • Introduce an API Authentication method/flow
  • Deprecate session cookies as an authentication method; With plans of completely phasing it out in the next version 0.0.2 ? v1 ?
@DavisRayM DavisRayM added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant