Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NsAuthProvider Implementation #2

Open
artntek opened this issue Aug 23, 2024 · 0 comments
Open

NsAuthProvider Implementation #2

artntek opened this issue Aug 23, 2024 · 0 comments

Comments

@artntek
Copy link
Collaborator

artntek commented Aug 23, 2024

Need to provide a non-hardcoded implementation for NsAuthProvider. It is currently hard-coded to authenticate and authorize without checking credentials.

It implements the AuthProvider interface. It should:

  • Authenticates a user based on a jwt token
    • See the metacat and d1_portal implementation for details of how it's done, and cacheing to avoid a call to the CN with every request received.
  • Verify that an authenticated user is Authorized to access given resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant