Skip to content

split identity and user into two services, and add user domain api and user service #15

Merged
Rurutia1027 merged 6 commits into
mainfrom
impl_identity-module
Apr 23, 2026
Merged

split identity and user into two services, and add user domain api and user service #15
Rurutia1027 merged 6 commits into
mainfrom
impl_identity-module

Conversation

@Rurutia1027

@Rurutia1027 Rurutia1027 commented Apr 23, 2026

Copy link
Copy Markdown
Owner

in this commit:

  • split identity service and user service
  • identity remains some services and sql files, pending to spring security integration, then refactor them
  • user fetching services, and user db query move to user service
  • if there are any authentication/authorization permissions operaitons in identity service side relys on user serivce, will invoke apis implemented in user-domain-api , user-service internal apis are private to external services, all provides apis will be implemented in user-domain-api (this facade layer)

Split user query capability from identity service #14

@Rurutia1027 Rurutia1027 merged commit 4d323fa into main Apr 23, 2026
2 checks passed
@Rurutia1027 Rurutia1027 deleted the impl_identity-module branch April 23, 2026 10:08
@Rurutia1027 Rurutia1027 linked an issue Apr 23, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split user query capability from identity service

1 participant