nestjs-hybrid-auth icon indicating copy to clipboard operation
nestjs-hybrid-auth copied to clipboard

Open source social sign in NestJS. NestJS HybridAuth works with various identities providers such as Facebook, Twitter, Google and many more. It use passport authentication under the hood.

Results 5 nestjs-hybrid-auth issues
Sort by recently updated
recently updated
newest added

there is currently no way (or at least documentation) to pass the state via @UseTwitchAuth() using the request query params

## Bug report ### Current Behavior Currently, when I install this package and set up the routes as per the documentation, the app fails to compile due to the following...

Hello I use passport-twitter with NestJs when signUp with twitter and I have my consumerKey and consumerSecret , but i got Internal Server 500 "message":"Could not authenticate you." how can...