You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
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:
Service asks for a token with their user+password combination. Token is valid until revoked either by the server or service.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: