authie
authie copied to clipboard
👮♂️ Improve user session security in Ruby on Rails applications with database session storage
Hi, how to make it work with uuid? because its error "Operand type clash: int is incompatible with uniqueidentifier "
If I try to run the migrations task, I get the following error (Rails 6.0.3.4, Ruby 2.7.2) ``` rake aborted! NoMethodError: undefined method `helper_method' for ActionController::API:Class /home/mkrs/pdms/config/environment.rb:5:in `' Tasks: TOP...
:robot: I have created a release *beep* *boop* --- ## [4.1.4](https://github.com/adamcooke/authie/compare/v4.1.3...v4.1.4) (2024-01-29) ### Bug Fixes * fixes RackController session lookup ([#40](https://github.com/adamcooke/authie/issues/40)) ([89395b4](https://github.com/adamcooke/authie/commit/89395b4e23d33193b3ca4a30c3ed0bb19fd533f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
Thanks for all your hard work on Authie, I've been using it for 9 years in my project and it has served me well! I recently enabled [`strict_loading`](https://www.bigbinary.com/blog/rails-6-1-adds-strict_loading-to-warn-lazy-loading-associations) mode in...
First time using this gem, thank you. Rails 8 requires the latest version (5.0.0) to be installed in order to work.
Came across a grammar mistake while skimming your readme, IMO worth fixing.
Doorkeeper is a gem for making your rails app an OAuth authentication source using the users in your app.
This helped me integrate Authie into an existing app that used Devise/Warden. I think the modules from the README could actually be included in the codebase as: - `lib/authie/test/devise_helper.rb` -...
I got here from the Postal-project. We're running a pretty decent Postal environment in my organization, with a few hundred organizations, and something we would like to have is being...
* Changes gemspec requirement definition * Adds a new appraisal for Rails 8 (requires a more recent `sqlite3`) * Adds that to CI build All the tests pass for me,...