We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/mock/authorize
MockedAuthorizationController
localhost
development
routes.rb
GET
http://localhost/mock/authorize?credential_info=<credential_info>
credential_info
<random_value_code>
SecureRandom.hex
The text was updated successfully, but these errors were encountered:
authorize
Confirmed mocked auth route is returning an auth code on dev
Sorry, something went wrong.
bramleyjl
No branches or pull requests
/mock/authorize
,MockedAuthorizationController
localhost
anddevelopment
stacks (make sure this is defined in theroutes.rb
file)GET
, and will accept a request like:http://localhost/mock/authorize?credential_info=<credential_info>
credential_info
<random_value_code>
/mock/authorize
will:SecureRandom.hex
credential_info
in a temporary redis (TTL suggestion: 5 minutes, but any reasonable default will do), with the ‘random value’ as the keyThe text was updated successfully, but these errors were encountered: