rodauth-rails icon indicating copy to clipboard operation
rodauth-rails copied to clipboard

Rails integration for Rodauth authentication framework

Results 3 rodauth-rails issues
Sort by recently updated
recently updated
newest added

HI @janko Please find attached a work in progress PR for Tailwind view support. Some screenshots: ![image](https://user-images.githubusercontent.com/15097447/172290132-750dde21-82f6-4e6a-920c-444cc7a38280.png) ![image](https://user-images.githubusercontent.com/15097447/172290191-bb18415c-5bd9-4b69-8728-39a8794b97f7.png) ### Notes - the `_login_form_footer` is empty. - I have only created...

So far, rodauth-rails has recommended using Rodauth's route helpers. ```rb rodauth.login_path(type: "visitor") #=> "/login?type=visitor" rodauth.create_account_url #=> "https://example.com/create-account" ``` This communicates that Rodauth routes are different from Rails routes, since Rodauth...

I've got an intermittent issue where it appears that some keys that I've set in my session are being deleted, and I suspect rodauth may be the culprit. I can...