-
-
Notifications
You must be signed in to change notification settings - Fork 6
Authenticated user API #47
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
The forge APIs all support fetching the authenticated user's profile but the library doesn't expose this.
GET /userGET /api/v4/userGET /api/v1/userA
GetAuthenticatedUser()method on the Forge interface (or a new UserService) would allow consumers to get the current user's username, avatar URL, and email after authenticating.This is needed for applications that use OAuth to authenticate users via forges and need to display user profile information.