Storing the User and OAuth Data in the Database
Learn to implement a model/table to enable integration of user data from OAuth 2.0 providers.
Creating the OauthUser
model
We will create a new model OauthUser
using a migration. This model will be used to store information gathered from the OAuth 2.0 provider.
Creating a new model involves the following steps:
Get hands-on with 1400+ tech skills courses.