-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create Basic Example of using auth_plug in a Phoenix App #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
in-progress
T1d
technical
Comments
nelsonic
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Apr 15, 2020
I've got the |
nelsonic
added a commit
that referenced
this issue
Apr 23, 2020
14 tasks
nelsonic
added a commit
that referenced
this issue
Apr 29, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
nelsonic
added a commit
that referenced
this issue
Apr 30, 2020
Working on Heroku: https://auth-plug-example.herokuapp.com/admin |
nelsonic
added a commit
that referenced
this issue
May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
in-progress
T1d
technical
Create a super-basic step-by-step example using the
auth_plug
dwyl/auth_plug#2and a
DWYL_API_KEY
dwyl/auth#42 to handle all auth requests./admin
route should be protected by theauth_plug
auth-plug-example.herokuapp.com
> https://dashboard.heroku.com/apps/auth-plug-example/deploy/heroku-gitauth_plug
should create a Phoenix Session so the person can refresh the page, close the browser tab and return to it without loss of their session.This issue depends on the other two issues mentioned above,
but it's it super instructive to build the Example/Demo app
while
you are building the modulesbecause it informs the interface for those modules.
The text was updated successfully, but these errors were encountered: