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

Prototypes #6

Open
mreschke opened this issue Mar 12, 2021 · 0 comments
Open

Prototypes #6

mreschke opened this issue Mar 12, 2021 · 0 comments
Assignees
Labels
idea Idea
Milestone

Comments

@mreschke
Copy link
Member

mreschke commented Mar 12, 2021

Try a new uvicore app where there is no user dB, no groups... maybe just a single auth user. So still private api, but no dB use at all. Maybe a hard coded array of user->keys but no permissions since no dB. I guess the auto api does need guards optional for this. Actually guards are OR, so wrap auto api in a group with guard scope=authenticated and it would work.

Also remember personal access tokens. A key made with a list of roles (not permissions). Use can basic auth with that key as the password.

@mreschke mreschke added the docs Improvements or additions to documentation label Mar 12, 2021
@mreschke mreschke self-assigned this Mar 12, 2021
@mreschke mreschke reopened this Mar 12, 2021
@mreschke mreschke added this to the v1.0 Release milestone Mar 12, 2021
@mreschke mreschke added idea Idea and removed docs Improvements or additions to documentation labels Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Idea
Projects
None yet
Development

No branches or pull requests

1 participant