method
Store.RotateSession
func (backend *Store) RotateSession(
ctx context.Context,
currentHash string,
replacement store.AuthSession,
now time.Time,
) errorPublic method Store.RotateSession from github.com/riducms/ridu/adapters/postgres.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
AuthSessionA persisted opaque session digest and safe metadata.