method
Store.CreateSession
func (backend *Store) CreateSession(
ctx context.Context,
session store.AuthSession,
expectedPasswordHash []byte,
) errorPublic method Store.CreateSession from github.com/riducms/ridu/adapters/sqlite.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
AuthSessionA persisted opaque session digest and safe metadata.