If you have different user types which require authentication using two separate configuration files how would ya'll implement that because when I try to create two passports from a Passport object it doesn't know what the local strategy is even though it is defined in both config files and works when I only have one Passport. Thanks!
Asked
Active
Viewed 62 times
2
-
1does this answer your question? https://stackoverflow.com/a/21898892/9175097 – MWO Dec 09 '21 at 17:38
-
@MWO yes it did! now I just need to figure out how to deserialize a user to login as someone else haha. – Link Dec 14 '21 at 18:47