passport / discuss

A forum for discussing topics related to the usage of Passport.js.
1 stars 0 forks source link

New strategy globaliD #33

Open ulpin opened 5 years ago

ulpin commented 5 years ago

Hello,

I was trying to implement globaliD login with default passport-oauth2 strategy. Unfortunately it always uses response_type=code instead of response_type=token.

There is already a related post to find here

I am not able to create this strategy by myself, so I was hoping that someone from the community could help me out here.

Here is the globaliD documentation

And here is my example application showing a basic globaliD authentication process in comparison to some other social logins like twitter and github.

Thanks a lot and best regards,

Chris