impress/config
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
..
environments Add our client ID and client secret, to connect to NeoPass for real! 2024-04-01 04:55:42 -07:00
initializers Fix NeoPass access token request to use POST data instead of Auth header 2024-04-01 05:08:47 -07:00
locales Add DTI 2020 link to item pages 2024-03-13 17:46:45 -07:00
application.rb Oops, add ActionCable back to the app 2024-03-13 17:48:25 -07:00
basic_type_hashes.yml vandagyre basic colors (ugh, should be in database) 2014-11-14 19:33:30 -06:00
boot.rb Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
cable.yml Upgrade to Rails 6.0.6.1 2023-10-23 19:05:06 -07:00
credentials.yml.enc Add our client ID and client secret, to connect to NeoPass for real! 2024-04-01 04:55:42 -07:00
database.yml Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
locale_meta.yml es goes public! 2013-02-16 21:39:04 -06:00
routes.rb Add /privacy route 2024-03-30 23:36:30 -07:00
storage.yml Run rails app:update 2023-10-23 19:05:05 -07:00