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

Story | Enable API Token Authentication for MeMaS #23

Open
maxyu1115 opened this issue Aug 28, 2023 · 0 comments
Open

Story | Enable API Token Authentication for MeMaS #23

maxyu1115 opened this issue Aug 28, 2023 · 0 comments
Labels
story Medium sized tasks
Milestone

Comments

@maxyu1115
Copy link
Collaborator

The core memas server does not contain any authentication right now, it trusts whoever the requester claims they are. (The namespace_pathname aka user name)

However, even if we don't authenticate caller namespace_pathname, we should at least authenticate users so we know they are allowed to access MeMaS, not some random person on the internet.

Hence, we'd like to enable API Token Authentication for MeMaS, to grant blanket access to those that are allowed to call MeMaS APIs.

(It'd be great if we have separated chatbot API token and admin API token, but this is a plus.)

@maxyu1115 maxyu1115 added the story Medium sized tasks label Aug 28, 2023
@maxyu1115 maxyu1115 added this to the v1.0 milestone Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Medium sized tasks
Projects
None yet
Development

No branches or pull requests

1 participant