You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
In order to correctly validate the client challenge, we had to use base64url encoding over base64 encoding. The Fresh crypto lib seems to give conflicting options on what you can do. The implementation under src/ use base64 whereas the implementation that is actually tests against in the same repo uses base64url encoding.
We should investigate what encoding we should actually use.
The text was updated successfully, but these errors were encountered:
In order to correctly validate the client challenge, we had to use base64url encoding over base64 encoding. The Fresh crypto lib seems to give conflicting options on what you can do. The implementation under src/ use base64 whereas the implementation that is actually tests against in the same repo uses base64url encoding.
We should investigate what encoding we should actually use.
The text was updated successfully, but these errors were encountered: