Project

General

Profile

Task #202

Updated by Radek Tomiška over 7 years ago

We are using simple JWT authentication now. We want to use OAuth2 protocol and authentication mechanism (refresh token etc.): 
 * find OAuth2 implementation for our devstack (Spring), 
 * redesign authentication workflow - storing authorities in token etc.

Back