-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT POC for API #147
JWT POC for API #147
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #147 +/- ##
==========================================
- Coverage 72.36% 71.07% -1.3%
==========================================
Files 42 44 +2
Lines 1990 2036 +46
==========================================
+ Hits 1440 1447 +7
- Misses 474 513 +39
Partials 76 76
Continue to review full report at Codecov.
|
0711cd0
to
39c6827
Compare
@hwchiu @chechiachang go-restful 可以把user id 用request.SetAttribute 存起來,handler在用 reqquest.attribute 拿回來 emicklei/go-restful#71 (comment) |
這個 PR 會需要跟 #162 一起做 |
bb5ada7
to
fddc71a
Compare
Token-Based Auth 使用者登入驗證POC 使用JWT 驗證 API 登入驗證機制,這個PR想討論實作可行性