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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 6 juin 2013 à 18h06
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.