Interface for application-side revocation checking.
The Me2em protocol does not prescribe a storage backend for revocation.
Applications implement this interface using their preferred store
(Redis, PostgreSQL, in-memory Set, etc.) and pass it to
Session.verifyStateless.
Interface for application-side revocation checking.
The Me2em protocol does not prescribe a storage backend for revocation. Applications implement this interface using their preferred store (Redis, PostgreSQL, in-memory Set, etc.) and pass it to Session.verifyStateless.
Example