Skip to content
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 client #1156

Merged
merged 7 commits into from
May 21, 2024
Merged

add client #1156

merged 7 commits into from
May 21, 2024

Conversation

ckr123
Copy link
Contributor

@ckr123 ckr123 commented May 15, 2024

No description provided.


namespace API.Authorization.Controllers;

public record AuthorizationUserRequest(
[property: JsonPropertyName("sub")] Guid Sub,
[property: JsonPropertyName("name")] string Name,
[property: JsonPropertyName("org_cvr")] string OrgCvr,
[property: JsonPropertyName("org_name")] string OrgName
[property: JsonPropertyName("org_cvr")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Formatting looks funny in this file, is it auto formatted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes auto format. Fixed

@ckr123 ckr123 merged commit 153f8d5 into vcluster/auth-stage May 21, 2024
@ckr123 ckr123 deleted the 2753-get-client branch May 21, 2024 13:26
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.

None yet

2 participants