1
0
Fork 0
forked from OpenNeo/impress
impress/config/initializers
Emi Matchu e2d763e3c3 Fix NeoPass access token request to use POST data instead of Auth header
Ahh okay, the NeoPass spec says to pass the `client_id` and
`client_secret` as POST form data when exchanging the code for the
access token, but the default behavior of our client is to pass it as
an `Authorization` header instead.

In this change, we set an option to change that behavior, and also add
a lot of comments about this and the other options!
2024-04-01 05:08:47 -07:00
..
application_controller_renderer.rb
assets.rb Fix typography on wardrobe 2020 page 2023-10-23 19:05:09 -07:00
attack.rb Try to fix the pet load limiter 2024-01-24 03:26:52 -08:00
backtrace_silencers.rb
content_security_policy.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
cookies_serializer.rb
devise.rb Fix NeoPass access token request to use POST data instead of Auth header 2024-04-01 05:08:47 -07:00
filter_parameter_logging.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
inflections.rb Refactor to use OpenID Connect OmniAuth gem instead of plain OAuth2 2024-03-14 18:11:40 -07:00
locale_meta.rb
mime_types.rb
permissions_policy.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
rspec_generator.rb
sentry.rb Migrate from Sentry to self-hosted GlitchTip instance 2024-02-28 13:14:32 -08:00
session_store.rb
stripe.rb
wrap_parameters.rb