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

Not redirecting after login #19

Closed
OddState opened this issue Sep 21, 2018 · 1 comment
Closed

Not redirecting after login #19

OddState opened this issue Sep 21, 2018 · 1 comment

Comments

@OddState
Copy link

go version: go1.10.3 windows/amd64
authboss branch: master
authboss-sample branch: master

Issue
When I go to the site, login and attempt to create a new post I get redirected to the login page. I re-enter the login information but get redirected to the login page again.
What I expected was to see the "create post" page.

Detailed Steps

  1. cloned repo from master branch
  2. get deps with go get ./...
  3. build application with go build
  4. started application
  5. in browser went to http://localhost:3000
  6. click "login"
  7. Enter rick@councilofricks.com / 1234
  8. Try and create a new post
@aarondl
Copy link
Member

aarondl commented Sep 24, 2018

Thanks for the bug report. Turns out I had forced 2fa for those routes on and forgot to undo that after I was done testing. It's fixed in f08dc52

@aarondl aarondl closed this as completed Sep 24, 2018
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