-
Notifications
You must be signed in to change notification settings - Fork 3
User
Neoniconi edited this page Aug 9, 2019
·
2 revisions
| URL | Require Auth | HTTP Method |
|---|---|---|
| "/" | NO | GET |
N/A
HTML of Login Page
| URL | Require Auth | HTTP Method |
|---|---|---|
| "/" | NO | POST |
| Argument | Example | Description |
|---|---|---|
| "username " | "cats" | username |
| "password " | "meow" | password |
Redirect to '/projects'
Redirct to '/'
| URL | Require Auth | HTTP Method |
|---|---|---|
| "/register" | NO | GET |
N/A
HTML of Register Page
| URL | Require Auth | HTTP Method |
|---|---|---|
| "/" | NO | POST |
| Argument | Example | Description |
|---|---|---|
| "username" | "cats" | username |
| "password1" | "meow" | password |
| "email" | "hello@cats.animal" | |
| "first_name" | "Donald" | first name of user |
| "last_name" | "Trump" | last name of user |
Redirect to '/projects'
Redirct to '/registers'