Zoonk.Accounts.UserProvider (Zoonk v0.1.0-dev)
View SourceDefines the UserProvider
schema.
We support multiple OAuth providers. Use can sign in with any of them and we store the provider data in this table.
Fields
Field Name | Type | Description |
---|---|---|
provider | Ecto.Enum | The OAuth provider used for authentication. |
provider_uid | String | The unique identifier for the user in the provider. |
user_id | Integer | The ID from Zoonk.Accounts.User . |
inserted_at | DateTime | Timestamp when the provider data was created. |
updated_at | DateTime | Timestamp when the provider data was last updated. |