Skip to content

Commit

Permalink
webman 的jwt auth 组件库
Browse files Browse the repository at this point in the history
  • Loading branch information
baitong committed Feb 8, 2022
1 parent 7fe5caf commit 31212eb
Show file tree
Hide file tree
Showing 14 changed files with 1,870 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.idea
/.vscode
/vendor
*.log
.env
/tests/tmp
/tests/.phpunit.result.cache
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "nyuwa/jwt",
"type": "library",
"license": "MIT",
"require": {
"workerman/webman-framework": "^1.2.1",
"lcobucci/jwt": "~4.1.0",
"nesbot/carbon": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Nyuwa\\Jwt\\": "src"
}
}
}
Loading

0 comments on commit 31212eb

Please sign in to comment.