Toggle navigation
Toggle navigation
This project
Loading...
Sign in
tools
/
totp-key
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
lintry
2017-05-19 10:00:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f5c440277a54aec4730648ec355ec5930ce90b7
2f5c4402
0 parents
init
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
package.json
readme.md
package.json
0 → 100644
View file @
2f5c440
{
"name"
:
"totp-key"
,
"version"
:
"1.0.0"
,
"description"
:
"创建基于TOTP的登录密钥所需要的方法"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git@gitlab.kmlab.com:tools/totp-key.git"
},
"keywords"
:
[],
"author"
:
"lintry <shenlin00@gmail.com>"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"speakeasy"
:
"^2.0.0"
}
}
readme.md
0 → 100644
View file @
2f5c440
# 使用TOTP的登录密钥
创建基于TOTP的登录密钥所需要的方法
\ No newline at end of file
Please
register
or
login
to post a comment