You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug causing scheme updating to fail if OS temp dir is on other file system than the schemes
Prevent session result JWTs from being expired immediately if no expiry is specified is set in the session request; instead in that case they expire after two minutes
When POSTing session result to the callbackUrl specified in session request, set Content-Type to application/json for JSON messages
Fixed panic during scheme downloading on Windows
Correctly decode randomblind attributes when verifying disclosures/signatures
Added
Add request URL to log entry when IRMA server encounters an error (404 or otherwise) during HTTP request handling
Add flag --allow-unsigned-callbacks to IRMA server to allow callbackUrl in session requests when no JWT private key is installed
Add flag --augment-client-return-url to IRMA server to enable augmenting client return URL with server session token as query parameter (needs to be additionally enabled in session requests)
Add new irma issuer keyprove and irma issuer keyverify commands to generate and verify zero-knowledge proofs of correct generation of issuer private/public keypairs
Changed
Clarify warning and suppress stacktrace in IRMA server log entry in case /statusevents is hit while SSE is disabled
Force Unix (LF) line endings in schemes during scheme signing for consistency
Moved revocation commands from irma issuer revocation to just irma issuer