Skip to content

Commit f75b731

Browse files
committed
Update README with routes format change
1 parent f06e5b7 commit f75b731

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@ $ rails rodauth:routes
126126
```
127127
Routes handled by RodauthApp:
128128
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
141141
```
142142

143143
Using this information, you can add some basic authentication links to your

0 commit comments

Comments
 (0)