Skip to content

Instantly share code, notes, and snippets.

@biske
Created November 15, 2017 15:05
Show Gist options
  • Save biske/c0cf882f5cbd61876a34d35291ee9a38 to your computer and use it in GitHub Desktop.
Save biske/c0cf882f5cbd61876a34d35291ee9a38 to your computer and use it in GitHub Desktop.
decoded_state = Base64.strict_decode64(params[:state])
state_params = Rack::Utils.parse_nested_query(decoded_state)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment