Skip to main content

Module users_store

Module users_store 

Source
Expand description

Users Store - User authentication and management

Stores user accounts with hashed passwords (email/password users) or Google OAuth. Google users have password_hash = “google-oauth-user” sentinel and email_verified = 1.

Structs§

User
UsersStore