-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Milestone
Description
Description
We should prepare an authentication mechanism that allows easy extension and adding a new authentication method.
More information about REST API:
#8107
Use case / motivation
The purpose of authentication is to achieve a certain level of confidence that the entity is in fact the one it claims to be. Extending authentication methods allows the security requirements of various organizations to be met.
PR does not need to implement any common authentication mechanism. All they have to do is accept the user ID in the request and log in.
Related Issues
N/A
aneesh-josephad-m, Acehaidrey and jhtimmins