This release contains a small bug fix that should remove the need for people to use ENV['KEY_ID'].to_i
in their OmniAuth::Builder
blocks.
Changes in this release:
- Cast the RSA key ID to an integer when verifying authentication signatures.
This release contains a small bug fix that should remove the need for people to use ENV['KEY_ID'].to_i
in their OmniAuth::Builder
blocks.
Changes in this release: