-
Notifications
You must be signed in to change notification settings - Fork 13
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
Reauthentication
documentation
#25
Reauthentication
documentation
#25
Conversation
@tcannonfodder while working on this pr, I've stumbled a question: |
Reauthentication
concernReauthentication
documentation
IIRC, the Warden strategy operates in an entirely different context, so it doesn't have access to the |
I think normally that's exactly right, but in our case it seems that the NameError (undefined local variable or method `env' for #<Users::SessionsController:0x00000000010180>) which happens bc the
|
I'm digging into the code, for both; and an alternative is breaking up the Technically; the What's happening here is that we're including
However, obviously that approach has some sharp edges. From But breaking stuff up too much makes the code a maintenance nightmare. I'm going to see about finding a middle ground; possibly with a |
6146edc
to
e7ddbc3
Compare
* expanding explanatiuon, copy edits, adding references & symbols
* Outlining the controller actions * Updating example code * Adding references to other methods in both `Warden::WebAuthn` and the included concerns * Making protected methods visibile in the documentation to highlight their importance and purpose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just waiting on CI, but this is good to go when green!
Thanks so much for doing the heavy lifting here; there were only a few edits & symbol references to add. And we made some great refactors through the process 💪🎉💪
Looking forward to the next PR!
resolves #24