Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: social login/register integration #97

Open
whalemare opened this issue Dec 30, 2023 · 2 comments
Open

feature: social login/register integration #97

whalemare opened this issue Dec 30, 2023 · 2 comments
Assignees
Labels

Comments

@whalemare
Copy link

whalemare commented Dec 30, 2023

Is your feature request related to a problem?

I am mobile developer and find your plugin extra useful to make my existed users login into application with JWT Token and login/password pair.

But it will be much cooler, when my users can start login with socials like google and apple.

I was started with Nextend Social Login and Register, but it doesn't provide JWT tokens to authorize users on Wordpress.

So, I think it's perfect time to make simple-jwt-login more powerful by adding social login. It will be better that Nextend solution + add JWT Token supports.

Describe the solution you'd like

  1. user authorized with Google or Apple from mobile app and receive auth-data
  2. mobile app send this auth-data to simple-jwt-login
  3. simple-jwt-login decode this auth-data and store it in database by create/update user
  4. simple-jwt-login create JWT Token for this user and return it back to mobile app

Additional context (optional)

I appreciate your time and ready to pay 500$ for this feature
Also, I am ready to help you with all that I can. For example, by making sample of auth application

@whalemare whalemare added the feature-request New feature or request label Dec 30, 2023
@nicumicle
Copy link
Owner

Hi @whalemare,
Thank you for this cool idea. I will investigate this and come back with some updates soon.

@nicumicle nicumicle self-assigned this Jan 7, 2024
@nicumicle nicumicle moved this from To do to In progress in Simple JWT Login Jan 9, 2024
nicumicle added a commit that referenced this issue Jan 14, 2024
nicumicle added a commit that referenced this issue Jan 21, 2024
* #97: Add support for Google OAuth
@nicumicle
Copy link
Owner

Hello @whalemare,

I've just incorporated Google OAuth into the plugin. You can grab the latest version of this plugin at: https://simplejwtlogin.com/

To access additional information, please refer to the documentation page at: https://simplejwtlogin.com/docs/applications/google/setup/

Feel free to take a look. Any feedback you provide would be much appreciated.

@nicumicle nicumicle moved this from In progress to QA in Simple JWT Login Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants