Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biscuit 3.1 #36

Merged
merged 2 commits into from
Apr 27, 2023
Merged

Biscuit 3.1 #36

merged 2 commits into from
Apr 27, 2023

Commits on Apr 27, 2023

  1. bump biscuit-auth to 3.1.0

    divarvel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ac3fbdf View commit details
    Browse the repository at this point in the history
  2. Don't consume third-party blocks when appending the m to a biscuit

    Now that `ThirdPartyBlock` implements `Clone`, we can take a reference
    to it instead of consuming it. This is a good thing since we try to
    avoid consuming parameters when they're supplied from JS land (consuming
    an argument mutates it, which is a bit surprising for users).
    divarvel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    08276ff View commit details
    Browse the repository at this point in the history