sergiodxa / remix-auth

Simple Authentication for Remix
https://sergiodxa.github.io/remix-auth/
MIT License
2k stars 110 forks source link

Add AppLoadContext as a strategy and authenticate option #113

Closed sergiodxa closed 2 years ago

sergiodxa commented 2 years ago

This will let a verify callback receive the context from the loader/action so it can receive any object from there, like a DB connection.

It's up to the strategy to use it or not.