Closed YourTechBud closed 1 year ago
Need to make two handlers in the auth provider and admin manager respectively
auth
admin
deny-user
403
authenticate-user
types.AuthResult
401
authenticate-sc-user
Also, make sure the following sc apis use the authenticate-sc-user plugin:
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍
Need to make two handlers in the
auth
provider andadmin
manager respectivelydeny-user
403
.auth
provider.authenticate-user
types.AuthResult
object present in the context401
if user is not authenticatedauthenticate-sc-user
403
if token is not present or if token is invalid.Also, make sure the following sc apis use the
authenticate-sc-user
plugin:deny-user
plugin