How to redirect to a specific path after authentication in Nest using Passport
I have an API backend implemented using Nest, and the app frontend is implemented using Angular. It implements authentication using Passport.
How to redirect to a specific path after authentication in Nest using Passport
I have an API backend implemented using Nest, and the app frontend is implemented using Angular. It implements authentication using Passport.