Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| development:web:rails [20 months ago - 2024/04/11 17:43] – [Authentication] aogail | development:web:rails [11 months ago - 2025/01/26 03:51] (current) – [Resources] aogail |
|---|
| * [[https://railsui.com/|Rails UI]] | * [[https://railsui.com/|Rails UI]] |
| * [[https://shadcn.rails-components.com/docs/installation|Shadcn Rails Components]] | * [[https://shadcn.rails-components.com/docs/installation|Shadcn Rails Components]] |
| | * [[https://github.com/heartcombo/simple_form|Simple Form]] |
| |
| ===== Authentication ===== | ===== Authentication ===== |
| * [[https://github.com/mikker/passwordless|Passwordless auth repo]] | * [[https://github.com/mikker/passwordless|Passwordless auth repo]] |
| * [[https://btihen.me/post_ruby_rails/rails_6_x_passwordless_devise_w_global_ids/|Passwordless devise-based user auth]] | * [[https://btihen.me/post_ruby_rails/rails_6_x_passwordless_devise_w_global_ids/|Passwordless devise-based user auth]] |
| | * [[https://blog.podqueue.fm/2022/03/13/flexible_passwordless_rails_authentication_with_devise-passwordless/|Flexible Passwordless Rails Authentication with devise-passwordless]] |
| * [[https://www.honeybadger.io/blog/complete-guide-to-managing-user-permissions-in-rails-apps/|Managing permissions in rails apps tutorial]] | * [[https://www.honeybadger.io/blog/complete-guide-to-managing-user-permissions-in-rails-apps/|Managing permissions in rails apps tutorial]] |
| * [[https://github.com/varvet/pundit|Pundit authorization framework]] | * [[https://github.com/varvet/pundit|Pundit authorization framework]] |
| | * [[https://github.com/CanCanCommunity/cancancan|Cancancan]] |
| * [[https://blog.corsego.com/testing-omniauth|Testing with omniauth]] | * [[https://blog.corsego.com/testing-omniauth|Testing with omniauth]] |
| |