Supposing you're building an app (for instance, a voting app), and you want to restrict it to UNN students. Simply ask them to login with their UNN Portal details, and pass them to this API to verify their identity. (Please do not store those credentials 🙏).
There's only one endpoint: https://unn-api.herokuapp.com/students/auth
Make a POST request with the following parameters (form-data or application/json content types acceptable)
- username: The student s unnportal.unn.edu.ng username. Example: 2013/123456
- password: The student s unnportal.unn.edu.ng password