Hey guys, im trying to add a function to my website where the users can login with twitch. I have managed to get the access token, refresh token and the profile data. However i am trying to add this user to my database and as i cannot get the password it i have nothing to pass into the register function. Any ideas of how i can get this to work?
Logically using Login with Twitch a user will never do the following
- Login with password
- Create a new Account via your website
- use the forgotten password routine.
Therefore, if you MUST provide a password.
- Block the above three routes
- Fill the password with randomly generated gibberish
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.