Skip to content

Commit

Permalink
feat(sessions): add a verification cookie [PPT-870] [PPT-872] (#111)
Browse files Browse the repository at this point in the history
used to indicate if the user has authenticated and can access static assets
  • Loading branch information
stakach committed Sep 7, 2023
1 parent 349806a commit ba33fb7
Show file tree
Hide file tree
Showing 15 changed files with 250 additions and 495 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ gem "omniauth-ldap2"
gem "omniauth-oauth2"
gem "omniauth-saml"

# Uploads (rethink update looks like a rails compatibility update)
gem "condo", git: "https://github.com/cotag/Condominios.git", branch: "rails7"
gem "condo_active_record", git: "https://github.com/cotag/condo_active_record.git"

# Model support
gem "addressable"
gem "bcrypt"
Expand All @@ -49,6 +45,7 @@ gem "rbtrace"

# Fast JSON parsing
gem "yajl-ruby"
gem "multi_json"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
Loading

0 comments on commit ba33fb7

Please sign in to comment.