You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: