Spring Boot 2 + Angular 11: User Registration and Login using JWT Authentication, OAuth2 Social Login using Spring Security 5 and Two Factor Authentication (2FA)
We are going to install in one command a development environment with: Spring Boot 2 + Angular 11 (User Registration and Login using JWT Authentication, OAuth2 Social Login using Spring Security 5) and Two Factor Authentication (2FA)
Visit Wiki for more information.
Creating Backend - Spring REST API - Part 1
Creating Backend - Spring REST API - Part 2
Creating Angular 10 Client Application - Part 3
Secure Spring Boot Angular Application with Two Factor Authentication
Dockerize Angular with NGINX and Spring Boot with MySQL using Docker Compose
You can run the application with the following command in the project parent directory where the docker-compose file resides
docker-compose up -d
Once the DOCKER containers are deployed, you can access the application through your browser:
http://localhost:8081
- 0.0.1
- Work in progress
Made with ❤️ by Jlferrete
Distributed under the . See LICENSE
for more information.
- Fork it (https://github.com/jlferrete/spring-boot-angular-2fa-demo/fork)
- Create your feature branch (
git checkout -b feature/work
) - Commit your changes (
git commit -am 'Add some work'
) - Push to the branch (
git push origin feature/work
) - Create a new Pull Request