Skip to content

History

Revisions

  • Updated Routes Constraints (markdown)

    @jonmchan jonmchan committed Jul 4, 2024
    6a68e3d
  • Updated Routes Constraints (markdown)

    @jonmchan jonmchan committed Jul 4, 2024
    0f4c31d
  • Updated Routes Constraints (markdown)

    @jonmchan jonmchan committed Jul 4, 2024
    249ffa8
  • Note about performance

    @jonmchan jonmchan committed Jul 4, 2024
    981220b
  • Fixed a redundant conditional branch.

    @willnet willnet committed Apr 24, 2024
    887cfd5
  • `register_failed_login!` and `UserMailer.unlock_token_email` are duplicated because they automatically executed after failed login

    @willnet willnet committed Apr 24, 2024
    39c49ff
  • Now ActionController::API automatically include Sorcery::Controller hhttps://github.com/sorcery/sorcery/blob/0f937d95fa780710d3d963fcb84cc441c57448c8/lib/sorcery/engine.rb#L16-L16

    @willnet willnet committed Apr 24, 2024
    7cf56cb
  • Updated Brute force protection (markdown)

    @Jasonford323 Jasonford323 committed Sep 15, 2023
    1d0e161
  • Updated Simple Password Authentication (markdown)

    @dustinscarberry dustinscarberry committed Oct 17, 2022
    542a541
  • Updated Simple Password Authentication (markdown)

    @dustinscarberry dustinscarberry committed Oct 17, 2022
    80039bd
  • Add syntax coloration

    @Spone Spone committed Aug 12, 2022
    60b7981
  • Updated Testing Rails (markdown)

    @jiikko jiikko committed Aug 6, 2022
    11cdcda
  • Make create method less bloated

    @dandeto dandeto committed Jan 14, 2022
    a8ddaee
  • Remove user's email in from line. Add unlock_accounts_url to mailer.

    @dandeto dandeto committed Jan 14, 2022
    82c05e4
  • Add comments to updated `create` method

    @dandeto dandeto committed Jan 14, 2022
    fa46f43
  • UserMailer.activation_needed_email(user.id).deliver_later => UserMailer.send_unlock_token_email(user.id).deliver_later

    @dandeto dandeto committed Jan 13, 2022
    0af4618
  • Isn't it in rails_helper.rb where you include modules in order to keep the spec_helper.rb light like the comment within the file say. (https://thoughtbot.com/blog/document-explicit-dependencies-through-tests). And maybe we could name the file the module code lives in to authentication.rb?

    Adrian Valenzuela committed Jan 2, 2022
    016459f
  • Updated Integration Testing with Rspec, Capybara and Fabricator (markdown)

    @jiikko jiikko committed Dec 4, 2021
    72774da
  • Destroyed DelayedJob Integration (markdown)

    @swobspace swobspace committed Nov 15, 2021
    162b2da
  • söldfjasöflj

    @swobspace swobspace committed Nov 15, 2021
    2ad99df
  • Better to be explicit about this maybe

    @roberthopman roberthopman committed Nov 12, 2021
    c62528c
  • Assumption that this is used for allowing users to sign themselves up, but many apps new users are only created by admins. Added comment to clarify this.

    @Beartech Beartech committed Nov 12, 2021
    443713a
  • Updated Magic Login Basic Setup (markdown)

    @scotteknight scotteknight committed Jul 30, 2021
    88a7427
  • Created Magic Login Basic Setup (markdown)

    @scotteknight scotteknight committed Jul 30, 2021
    6b2bdba
  • Formatting. More context on previous edit: tutorial steps didn't work because we don't use a `user_sessions` resource in the routes. Change is to use the `login_path` instead of `user_sessions_path` and add the corresponding post 'login' route.

    @Jaacky Jaacky committed Feb 15, 2021
    4daedcb
  • Update Simple Password Authentication docs

    @Jaacky Jaacky committed Feb 15, 2021
    74d8be7
  • fix bugs

    @benkoshy benkoshy committed Feb 4, 2021
    3621454
  • Updated Brute force protection (markdown)

    @benkoshy benkoshy committed Feb 4, 2021
    3240538
  • fix bug

    @benkoshy benkoshy committed Feb 4, 2021
    6d8e81f
  • fix formatting

    @benkoshy benkoshy committed Feb 4, 2021
    416c05b