FB Login Flow

Facebook login flow allows us to use facebook API to authorize an user. It is a great way of facilitating the life of the end-user.

Used technologies

  1. Java
  2. Spring
  3. Spring Boot
  4. Heroku

Github repository

The application has been created with educational purposes for the Identity and Privacy course at Aarhus University. The application allows to authorize a user through "Login with Facebook" functionality. The login is accomplished by facilitating OAuth2 standard with use of Facebook API.

Running the application

To run the application from your IDE, simply run the com.github.mkapiczy.oauth_server.Application class as a Java Application. Alternatively the application can be started from the terminal using maven with mvn spring-boot:run.