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
It is preferable to use an oauth2/openid connect system which can handle all kinds of things for authentication.
One problem is that we currently only send the secret key material after an successful authentication. If we use oauth2, we probably have to make the secret key material accessible with a query all the time with the authentication token.
If we touch our authentication system again, we will address this.
The text was updated successfully, but these errors were encountered:
It is preferable to use an oauth2/openid connect system which can handle all kinds of things for authentication.
One problem is that we currently only send the secret key material after an successful authentication. If we use oauth2, we probably have to make the secret key material accessible with a query all the time with the authentication token.
If we touch our authentication system again, we will address this.
The text was updated successfully, but these errors were encountered: