@@ -126,18 +126,18 @@ $ rails rodauth:routes
126
126
```
127
127
Routes handled by RodauthApp:
128
128
129
- GET|POST /login rodauth.login_path
130
- GET|POST /create-account rodauth.create_account_path
131
- GET|POST /verify-account-resend rodauth.verify_account_resend_path
132
- GET|POST /verify-account rodauth.verify_account_path
133
- GET|POST /change-password rodauth.change_password_path
134
- GET|POST /change-login rodauth.change_login_path
135
- GET|POST /logout rodauth.logout_path
136
- GET|POST /remember rodauth.remember_path
137
- GET|POST /reset-password-request rodauth.reset_password_request_path
138
- GET|POST /reset-password rodauth.reset_password_path
139
- GET|POST /verify-login-change rodauth.verify_login_change_path
140
- GET|POST /close-account rodauth.close_account_path
129
+ login GET|POST /login rodauth.login_path
130
+ create_account GET|POST /create-account rodauth.create_account_path
131
+ verify_account_resend GET|POST /verify-account-resend rodauth.verify_account_resend_path
132
+ verify_account GET|POST /verify-account rodauth.verify_account_path
133
+ change_password GET|POST /change-password rodauth.change_password_path
134
+ change_login GET|POST /change-login rodauth.change_login_path
135
+ logout GET|POST /logout rodauth.logout_path
136
+ remember GET|POST /remember rodauth.remember_path
137
+ reset_password_request GET|POST /reset-password-request rodauth.reset_password_request_path
138
+ reset_password GET|POST /reset-password rodauth.reset_password_path
139
+ verify_login_change GET|POST /verify-login-change rodauth.verify_login_change_path
140
+ close_account GET|POST /close-account rodauth.close_account_path
141
141
```
142
142
143
143
Using this information, you can add some basic authentication links to your
0 commit comments