This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jiahui Xiong
committed
Jan 31, 2020
1 parent
d052b78
commit 0ae107b
Showing
31 changed files
with
1,423 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.DS_Store | ||
node_modules | ||
build | ||
gauth.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# MFAOnline | ||
|
||
这是一个用于多因素身份验证的简单应用程序,使用`HTML5`编写。 它根据[RFC6238](https://tools.ietf.org/html/rfc6238)实现了`TOTP`(基于时间的一次性密码)算法,并经过了测试,可与`Google Authenticator`,`Dropbox`,`Dreamhost`,亚马逊,`Linode`,`Okta`等许多服务相兼容。 | ||
|
||
## 部署 | ||
|
||
将所有文件放置在网页服务器根目录下即可。 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.ui-dialog-background { | ||
opacity: 0.5; | ||
display: block !important; | ||
-webkit-transition: opacity 0.5s ease-in; | ||
} | ||
|
||
.ui-dialog-background.pop.in { | ||
opacity: 1; | ||
-webkit-transition: opacity 0.5s ease-in; | ||
} | ||
|
||
footer, div[data-role="footer"] { | ||
display: none; | ||
} | ||
|
||
#accounts h3 { | ||
font-family: monospace; | ||
font-size: 200%; | ||
} | ||
|
||
.ui-panel { | ||
background-color: #f9f9f9; | ||
} | ||
|
||
.ui-corner-all { | ||
-webkit-border-radius: .0 !important; | ||
-moz-border-radius: .0 !important; | ||
border-radius: 0 !important; | ||
} | ||
|
||
#panelheader { | ||
background-color: #1593f9; | ||
border: none; | ||
color: #ffffff; | ||
text-shadow: 0 1px 0 #0857c4; | ||
} | ||
|
||
.header-icon { | ||
/* quick-n-dirty fix */ | ||
background: #1593f9 !important; | ||
border-color: #1593f9 !important; | ||
color: #fff; | ||
-webkit-box-shadow: none; | ||
-moz-box-shadow: none; | ||
box-shadow: none; | ||
} | ||
|
||
#addButton { | ||
display: none; | ||
} | ||
|
||
.ui-listview .ui-li-aside { | ||
height: 100%; | ||
top: 0; | ||
} | ||
|
||
.ui-listview .ui-btn-icon-notext { | ||
display: inline-block; | ||
vertical-align: middle; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.