I am developing an application where a tutor can create temporary credentials so that the students assigned to them can enter to perform a test, the test table has the following attributes:
id, nick,password, status, student_id
I have read that there is some simple way to make it an authenticable model but everything is focused on the user table and I do not want to touch that part.
Any suggestions?