Hi,
I am developing my hobby project, I don't want to implement a IDM because it is requires lot of efforts and wish to use TMDB Identity Management System for allowing user to log in at my website. How can I implement this, Is there any documentation given for the same.
Thanks & regards, Vinod
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 6. Juni 2013 um 18:06
We've never had anyone use our session system for exclusive user management, but it might be possible. You can read about the way our sessions work here:
https://www.themoviedb.org/documentation/api/sessions
I suppose if you create a session token (step 3) you could use that as your way to validate a user account.