You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to construct strategies once, allowing for options to be passed for one time constructs, such as routes. Currently the routes are pretty static and we're creating un-neccesary objects, where mutating the meaning of 'this' might well suffice in the authenticate method.
The text was updated successfully, but these errors were encountered:
It would be nice to construct strategies once, allowing for options to be passed for one time constructs, such as routes. Currently the routes are pretty static and we're creating un-neccesary objects, where mutating the meaning of 'this' might well suffice in the authenticate method.
The text was updated successfully, but these errors were encountered: