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

Remove dependency on SCrypt #679

Merged
merged 2 commits into from
Sep 26, 2019
Merged

Remove dependency on SCrypt #679

merged 2 commits into from
Sep 26, 2019

Commits on Sep 11, 2019

  1. Consolidate error classes into errors.rb

    1. Errors should share a parent class Authlogic::Error
    2. Having them in one file is kind of convenient because they
      often have long messages, and it's nice to keep that copywriting
      out of the way. Also, it's sort of nice if a file like
      rails_adapter.rb only defines the adapter class and not any other
      classes?
    jaredbeck committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    63e54e4 View commit details
    Browse the repository at this point in the history
  2. Breaking change: No default crypto_provider

    [Fixes #668]
    
    See changelog for description, rationale.
    jaredbeck committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ae4fef1 View commit details
    Browse the repository at this point in the history