Steven Li
Steven Li
SAML 2.0
From the README, it looks like this gem only works with SAML 1.1. Does this gem also support SAML 2.0?
If the message is less than 1k, it would send it in one go. Otherwise, it returns the number of bytes sent.
https://github.com/guitsaru/rack-idempotency/blob/master/lib/rack/idempotency/response.rb#L19 %s/each/map/ ?
May I suggest the README mention that the Idempotency-Key must follow the uuid format. The Stripe article just mentions a unique id, not necessarily of uuid format. May I also...
When the encoding is done with base32, the TOTP token fails (incorrectly) ### Reproduction Steps ```javascript import speakeasy from 'speakeasy' import qrcode from 'qrcode' var secret = speakeasy.generateSecret(); const otpAuthUrl...