chess icon indicating copy to clipboard operation
chess copied to clipboard

feat: Implement Google Authentication with an jwt for an React native app

Open tanmay4l opened this issue 1 year ago • 2 comments

This pull request integrates JWT authentication using Google's OAuth 2.0, streamlining user logins and enhancing security through external validation. for an React native app

  • Google Token Verification: Validate identity tokens using Google's OAuth 2.0 to ensure authenticity.
  • JWT Management: Generate JWTs post-Google authentication with a 1-hour expiry to manage user sessions securely.
  • User Database Sync: Check for existing users or create new entries in our database during the login process.
  • Error Handling: Robust error management and logging to ensure smooth operation and security.

tanmay4l avatar Apr 21 '24 08:04 tanmay4l

just one comment

Sorry, I was a little confused but check now !!! @hkirat

tanmay4l avatar Apr 23 '24 06:04 tanmay4l

@hkirat can u review this

tanmay4l avatar May 01 '24 04:05 tanmay4l