OAuth2 authentication
Currently we authenticate with username/password using GET/POST and we try to encrypt password. Or we have an implementation for CAS in JSS, some requests for other authentication types. I think today we should have OAuth2 like authentication. Thi...