Skip to content

feature: social login/register integration #97

@whalemare

Description

@whalemare

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

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions