Skip to content

Retrieve all users - #75

Open
Arshadul-Monir wants to merge 2 commits into
mainfrom
retrieve-all-users
Open

Retrieve all users#75
Arshadul-Monir wants to merge 2 commits into
mainfrom
retrieve-all-users

Conversation

@Arshadul-Monir

@Arshadul-Monir Arshadul-Monir commented Aug 10, 2026

Copy link
Copy Markdown
Member
image

@Arshadul-Monir
Arshadul-Monir requested review from a team August 10, 2026 18:54
@sonarqubecloud

Copy link
Copy Markdown

@graphite-app
graphite-app Bot requested a review from arklian August 10, 2026 18:55
@graphite-app

graphite-app Bot commented Aug 10, 2026

Copy link
Copy Markdown

Graphite Automations

"Request reviewers once CI passes" took an action on this PR • (08/10/26)

1 reviewer was added to this PR based on Henry Chen's automation.

dateStyle: "medium",
});

export default function MembersPage() {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No default exports pls

Comment on lines 24 to 27
.authorizeHttpRequests(auth -> auth.requestMatchers(HttpMethod.POST, "/api/email/**")
.hasRole("ADMIN")
.requestMatchers(HttpMethod.GET, "/api/members")
.hasRole("ADMIN")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

For the future, we should make this more extendable, this won't work as we add more admin endpoints

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.

2 participants