-
Notifications
You must be signed in to change notification settings - Fork 42
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
add login module #314
base: master
Are you sure you want to change the base?
add login module #314
Conversation
hubble-be/src/main/java/com/baidu/hugegraph/options/HubbleOptions.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/options/HubbleOptions.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/service/system/TokenService.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/options/HubbleOptions.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/service/system/TokenService.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/service/system/TokenService.java
Outdated
Show resolved
Hide resolved
servletResponse.setContentType(MediaType.APPLICATION_JSON); | ||
|
||
try (PrintWriter writer = servletResponse.getWriter()) { | ||
writer.print(JsonUtil.toJson(response)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems can call servletResponse.sendError()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not have this api
hubble-be/src/main/java/com/baidu/hugegraph/filter/AuthFilter.java
Outdated
Show resolved
Hide resolved
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
No description provided.