NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

[Endpoint] Authentication for students through SIGARRA API #5

Open FilipePintoReis opened 3 years ago

EduRibeiro00 commented 2 years ago

The students will be registered in the system after their login; we will save their name and their UP number. However, the actual authentication of the student will be made through the SIGARRA API, through their UP number/email and password.

This is already being done in the UNI app, if needed we can talk to them to better understand how they have it implemented.

When a student first logs in the platform, we won't have any data about his current schedule in our database. So, we need to fetch that information through the SIGARRA API.