Hi, I'm making a movie app with vue 3 and I want to register and login in the app. But I couldn't find any information about it on the internet. under AUTHENTICATION How do I generate a session id? Create Guest Session Create Request Token Create Session Create Session (from v4 token) Create Session (with login) Delete Session Validate Key
I've seen things like can this help me to register users?
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط robbie3999
در تاریخ ژوئیه 1, 2023 ساعت 6:23 ب.ض
Hi @aghabalaguluzade, I'm not sure I understand your question so perhaps you can rephrase it.
If you are asking about vue.js I'm not sure that you will get much help here, this is a support forum for the tmdb api.
It looks like you are already aware of the api doc, but here are some basic pages to help describe the authentication for application, user, and for guest sessions. Also, how to generate a session id.
You can track users inside your app in any way you want. If you need to retrieve general tmdb data you can do so with a single api key for the app. If you want your users to be able to access tmdb user specific information like account details or personal lists, then you would have to create a session id for each user.
پاسخ توسط nik1630
در تاریخ ژوئن 19, 2024 ساعت 3:30 ق.ض
Maybe you can use the another platform to register the user and when user is registered then you can create the session id.