ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 379 forks source link

Minor docs improvements, mostly around Verify* plugs #692

Closed alopezz closed 2 years ago

alopezz commented 2 years ago

What prompted me to work on this was that as I was trying to add some custom verification logic, it wasn't obvious to me from the documentation that the Verify* plugs would let a session without a token (e.g. a logged out session) pass, and that EnsureAuthenticated is typically used for little more than checking that a token is present.

So this tries to be more clear on that, and takes the opportunity to do some other minor fixups as well.

yordis commented 2 years ago

Hey there, my apologies for the delay, thank you so much for your help.

Do you mind rebasing?

alopezz commented 2 years ago

Rebased just now.