Zoonk.Accounts.UserProvider (Zoonk v0.1.0-dev)

View Source

Defines 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 NameTypeDescription
providerEcto.EnumThe OAuth provider used for authentication.
provider_uidStringThe unique identifier for the user in the provider.
user_idIntegerThe ID from Zoonk.Accounts.User.
inserted_atDateTimeTimestamp when the provider data was created.
updated_atDateTimeTimestamp when the provider data was last updated.