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
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Travis Bell je odgovoril
dne junij 6, 2013 ob 6:06 PM
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.