Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Authentication method #37

Open
guilhermelawless opened this issue Dec 9, 2019 · 0 comments
Open

Authentication method #37

guilhermelawless opened this issue Dec 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@guilhermelawless
Copy link
Owner

The current authentication method requires services to store their user+password combination in a config file. There are many alternatives, the most interesting is probably token-based authentication:

  1. Service asks for a token with their user+password combination. Token is valid until revoked either by the server or service.
  2. Use an open standard like JWT to retrieve time-limited application tokens, valid for e.g. 1 hour. This is then the authentication sent for every work request.
@guilhermelawless guilhermelawless added the enhancement New feature or request label Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant