wasm_oidc_plugin

Module cookie

Source
Expand description

This module contains logic to parse and save the current authorization state in a cookie

Structsยง

  • Struct parse the cookie from the request into a struct in order to access the fields and also to save the cookie on the client side
  • Struct that holds all information about the current session including the authorization state, the original path, the PKCE code verifier and the state