mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
first release of SSO package and more examples
This commit is contained in:
9
_examples/mvc/websocket-sso/views/signin.html
Normal file
9
_examples/mvc/websocket-sso/views/signin.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="user_signin">
|
||||
<form action="" method="post">
|
||||
<label for="username">Email:</label>
|
||||
<input name="username" type="email" />
|
||||
<label for="password">Password:</label>
|
||||
<input name="password" type="password" />
|
||||
<input type="submit" value="Sign in" />
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user