elixir-auth-microsoft
elixir-auth-microsoft copied to clipboard
What's the correct way to enforce that users are logged in when visiting an URL?
Hi,
The gen.auth project has a require_authenticated_user()
plug that can be used.
I could not find anything here.
Can you guys please guide me on how the best security practices for implementing something similar?