1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

in progress, adding of passport and connect-roles

This commit is contained in:
Aiko Mastboom
2014-12-31 18:09:26 +01:00
parent 2076e471ac
commit 5829d98c14
3 changed files with 89 additions and 4 deletions

24
public/login.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="/login" method="post">
<div>
<label>Username:</label>
<input type="text" name="username"/>
</div>
<div>
<label>Password:</label>
<input type="password" name="password"/>
</div>
<div>
<input type="submit" value="Log In"/>
</div>
</form>
</body>
</html>