Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Auth module 3.0.2#323

Open
corgiboygsj wants to merge 7 commits intomasterfrom
auth_user
Open

Auth module 3.0.2#323
corgiboygsj wants to merge 7 commits intomasterfrom
auth_user

Conversation

@corgiboygsj
Copy link
Member

  • Return user allowed menus when user login success.
  • Add user management module
  • Add project management module


public static final ConfigOption<String> ADMIN_PASSWORD =
new ConfigOption<>(
"auth.admin_password",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create a "hubble" user?

@github-actions
Copy link

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

writer.print(JsonUtil.toJson(response));
} catch (IOException e) {
log.error("Response error",e);
log.error("Failed to get response writer ",e);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add space before "e"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants