Create a Spring Boot Java Project
Budget: $10 – $30 USD
I am looking for a skeleton Spring Boot project using Java with minimum code to support Authentication
My Frontend will have 4 ways of login
1. Login with Username and Password
2. Login with Google Account
3. Login with Facebook Account
4. Login with Apple Account
As login is successful using social login, the User token (Facebook, Google, Apple) should be validated on the Java backend. On validating the user token provided by the social network write a mechanism for generating a secure JWT token using Java which should be used for further API communication.
Write a Java code to validate the JWT token passed with the APIs to validate if this is the same generated by Backend.
I am attaching the Spring Boot project and in this you need to incorporate validating social token on user login, generate a new token and save it into a token table of MySQL and return it as a response back which FrontEnd can use for subsequent API calls for Authorization. And now the Backend must validate the Token received from each API.
My Frontend will have 4 ways of login
1. Login with Username and Password
2. Login with Google Account
3. Login with Facebook Account
4. Login with Apple Account
As login is successful using social login, the User token (Facebook, Google, Apple) should be validated on the Java backend. On validating the user token provided by the social network write a mechanism for generating a secure JWT token using Java which should be used for further API communication.
Write a Java code to validate the JWT token passed with the APIs to validate if this is the same generated by Backend.
I am attaching the Spring Boot project and in this you need to incorporate validating social token on user login, generate a new token and save it into a token table of MySQL and return it as a response back which FrontEnd can use for subsequent API calls for Authorization. And now the Backend must validate the Token received from each API.