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
Reproduce and demonstrate the initial RedisSessionRepository JdkSerializationRedisSerializer issue
Reproduce and demonstrate all of the issues I encountered, and the incremental workarounds I had to apply, to make the WebAuthn service data classes compatible with RedisSessionRepository JSON Jackson2 serialization
Describe the bug
Persistence of WebAuthn service data objects only seems to work if using in-memory MapSessionRepository.
Persistence doesn't work if using RedisSessionRepository.
Serializable
interface required for JdkSerializationRedisSerializer to work.To Reproduce
I implemented a repo to:
https://github.com/justincranford/spring-security-webauthn-redis
Expected behavior
Sample
See repo with README
https://github.com/justincranford/spring-security-webauthn-redis
The text was updated successfully, but these errors were encountered: