Kzeezee / Ensemble

Ensemble is a web application that aims to deliver the most immersive and interactive virtual convention experience possible. Ensemble is an application project submission for the Microsoft Imagine Cup 2022 in the 'Lifestyle' category.
2 stars 0 forks source link

Research on Authentication #8

Closed Kzeezee closed 2 years ago

Kzeezee commented 2 years ago

Determine whether Ensemble application should use a third-party authentication system such as Azure App Service Authentication or should we develop and use our own auth system done with Spring Security.

Kzeezee commented 2 years ago

Concluded that Azure App Service authentication is not suitable for our project. We will implement our own Auth system into our database with JWT Token and Spring Boot Security.