-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Auth (AuthPlug) to MVP #65
Labels
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Comments
nelsonic
added
enhancement
New feature or enhancement of existing functionality
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
T4h
Time Estimate 4 Hours
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
labels
Sep 29, 2020
Before: http://localhost:4000/ |
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
nelsonic
added a commit
that referenced
this issue
Sep 30, 2020
Added |
nelsonic
added a commit
that referenced
this issue
Oct 2, 2020
nelsonic
added a commit
that referenced
this issue
Oct 2, 2020
nelsonic
added a commit
that referenced
this issue
Oct 2, 2020
This was referenced Oct 2, 2020
iteles
added a commit
that referenced
this issue
Oct 4, 2020
PR: Use auth_plug to simplify auth in MPV App issue #65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Now that we have Auth working https://dwylauth.herokuapp.com 🚀 we can add it to the MVP to simplify the App.
Todo
auth_plug
tomix.exs
see: https://github.com/dwyl/auth_plugauth_plug
inrouter.ex
AuthPlugOptional
inrouter.ex
for any routes where auth is optionalpeople
table with bare minimum data to allowFK
initems
table to work.auth_plug
handle all of that!items
should all still pass)The text was updated successfully, but these errors were encountered: