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

Implement Mock API Authentication #14

Open
nfloersch opened this issue Jan 27, 2021 · 0 comments
Open

Implement Mock API Authentication #14

nfloersch opened this issue Jan 27, 2021 · 0 comments
Assignees

Comments

@nfloersch
Copy link
Contributor

We need to implement the appropriate API security layer so that the c[RUD] functions which should have security are protected.

For example in the YAML file... when we see...
security:
- appid: []
- appkey: []

We need to be able to accept and verify the appid / appkey against some service or back-end that keeps track of and will validate incoming appid and appkey values.

For now we need to mock this up and have a single valid appid / appkey ... or say that any appid and appkey passed in is valid, but that not passing one when we need one is invalid.

In the future we will implement the linkage to a real authentication system such as using GitHub's authentication API or Google or Facebook.. or our own.

@iamyume iamyume self-assigned this Apr 16, 2021
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

2 participants