Skip to content

issues Search Results · repo:stevepolitodesign/rails-authentication-from-scratch language:Ruby

Filter by

43 results
 (85 ms)

43 results

instevepolitodesign/rails-authentication-from-scratch (press backspace or delete to remove)

I thought the whole point of having this operator was to have the user memoized? With it removed yes the current user is cached into the db, but does that not add to response time? Are there pitfalls in ...
  • E36lewis
  • 2
  • Opened 
    on Apr 15, 2023
  • #93

Hi Steve, I m confused about the check for request.local? in store_location. The reason I ask is that redirecting to the originally requested URL works in dev but not production on Heroku. I did some ...
  • matt17r
  • 1
  • Opened 
    on Apr 16, 2022
  • #88

Before https://github.com/stevepolitodesign/rails-authentication-from-scratch/blob/b3e253fe2986d5672ba50f4ca23d4af038d5e8b1/app/controllers/concerns/authentication.rb#L37-L39 After def remember(active_session) ...
  • stevepolitodesign
  • 1
  • Opened 
    on Feb 25, 2022
  • #87

https://github.com/stevepolitodesign/rails-authentication-from-scratch/blob/b3e253fe2986d5672ba50f4ca23d4af038d5e8b1/app/models/user.rb#L57 Issues https://github.com/stevepolitodesign/rails_mvp_authentication/issues/54 ...
  • stevepolitodesign
  • Opened 
    on Feb 25, 2022
  • #86

https://github.com/stevepolitodesign/rails-authentication-from-scratch/blob/9823b3a8682f0132004e0f9a77fb26b197e5be9a/test/test_helper.rb#L17 Hi. This line seems vague to me. Have you tried to type elsif ...
  • Tarbetu
  • 3
  • Opened 
    on Feb 22, 2022
  • #85

Hey this is an amazing guide and I ve learned a lot of how authentication systems work. By the way do you think you could potentially adapt a new version of this guide but focused on an API Token Based ...
  • siba2893
  • 1
  • Opened 
    on Feb 22, 2022
  • #84

I should up the the intro to reference the generator. - [ ] Update blog post - [ ] Update Dev.to post
  • stevepolitodesign
  • Opened 
    on Feb 19, 2022
  • #83

When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe. Acceptance Criteria - Remove remember_token from users table. - Add remember_token ...
  • stevepolitodesign
  • Opened 
    on Feb 4, 2022
  • #78

Once 3.0.0 launches, I should open a PR against Devise to add this as a resource to the README.
  • stevepolitodesign
  • 1
  • Opened 
    on Feb 2, 2022
  • #76

When filling out a form that collects an email address, I want my email to be validated in the browser so that I don’t find out it was incorrectly formatted when submitting the form. Acceptance Criteria ...
  • stevepolitodesign
  • Opened 
    on Jan 29, 2022
  • #73
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub