State and Session store are empty in OAuth client in deno. #3350
-
I've been trying to figure this out but running into a wall. The following is my StateStore implementation using Deno.Kv. During the
StateStore Implementation
And finally the empty store in the OAuth object
|
Beta Was this translation helpful? Give feedback.
Answered by
callmephilip
Jan 10, 2025
Replies: 1 comment 1 reply
-
@technoY2K i wrapped up stores with as far as i cant tell, this helps with proper serialisation of the keys |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
technoY2K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@technoY2K i wrapped up stores with
toDpopKeyStore
as you can see here this is copied from the original node client.as far as i cant tell, this helps with proper serialisation of the keys