remix-auth-socials icon indicating copy to clipboard operation
remix-auth-socials copied to clipboard

A collection of social media strategies for remix-auth

Results 8 remix-auth-socials issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using the DiscordStrategy, the verify function should be called after the authentication is completed. However, when checking the session data, it only returns something called...

### Describe the bug Right now, the Google Strategy only allows for the "openid", "profile" & "email" scopes, however, there are many custom scopes that can be used with Google...

update readme examples to be more in line with new remix versions

Allows using the hd and login_prompt parameters to optimize the accounts that are shown on the Google OAuth consent screen. These parameters are documented here: https://developers.google.com/identity/protocols/oauth2/openid-connect `npm run lint` did...

Hi, how are you? I'm just passing here to show you I made a package for [LinkedIn Strategy](https://github.com/Lzok/remix-auth-linkedin). I red your message in [this other issue of yours](https://github.com/TheRealFlyingCoder/remix-auth-socials/issues/3) and you...

Since Remix v1.4 they changed the imports. This update changes the snippets in the readme to make it compliant again. Also added an invariant to make typescript happy.

### Describe the bug When GitHub slaps rate limits on a user, the attempt to fetch their profile doesn't return a profile, and the code crashes. ``` return value: {...

### Describe the bug It's probably caused by [this](https://github.com/TheRealFlyingCoder/remix-auth-socials/actions/runs/7352673313). In the latest version of the code in NPM there's no Linkedin social provider. It can also be checked directly in...