Hello, I see you've deprecated `Oauth2StateProvide...
# ktor
j
Hello, I see you've deprecated
Oauth2StateProvider
and points to
NonceManager
. Could anyone give me a pointer as to how I can use NonceManager in an OAuth2 flow to pass a state through the redirect-chain? I need to retain some state in an otherwise stateless ktor app (in this case: the final returnUrl back to the frontend)