Created
November 15, 2017 15:05
-
-
Save biske/c0cf882f5cbd61876a34d35291ee9a38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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