method
Store.FindSession
func (backend *Store) FindSession(
ctx context.Context,
tokenHash string,
now time.Time,
) (store.AuthSession, error)Public method Store.FindSession 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.