-
Notifications
You must be signed in to change notification settings - Fork 34
add link to rails integration acme-authorizer #25
Comments
Thank you Ryan. I'm afraid this won't work, as See #18 |
Also, I'd rather keep the README example simple and extensible. |
Thanks for the response @dmathieu. I'm the author of the acme-authorizer gem and have been using it w/ sabayon. For rails 4.x applications, the from acme-authorizer docs:
IMO as a ruby developer, a gem solution is preferable over copy-pasta code samples. Thanks for the work on sabayon and just wanted to offer this up to streamline other dev's time! |
Yes, but using force_ssl in the controller instead of the config is two very different things. One goes through the entire rails stack of middlewares, while the other does the redirection first. Thanks for the suggestion, it's appreciated. I wouldn't mind a phrase saying something like "you can also take a look at the acme-authorizer gem for a plug-and-play solution". |
For Rails projects, this gem has been created to support sabayon:
https://github.com/betterup/acme-authorizer/
The text was updated successfully, but these errors were encountered: