-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
backendDeals with backend components (API, DB, etc.)Deals with backend components (API, DB, etc.)bugSomething isn't workingSomething isn't working
Description
The display of the current user is great! ...but it seems to be stuck on @jaryncolbert. (Screenshot omitted for privacy.) I confirmed this with another Recurser.
At a glance, I believe the backend is requesting the "me" endpoint (https://www.recurse.com/api/v1/people/me) using the personal access token needed for server requests, rather than the current user's token:
Lines 107 to 111 in a92793d
| def get_rc_profile(): | |
| "Return the RC API information for the currently logged in user" | |
| headers = {'Authorization': f'Bearer {token}'} | |
| url = 'https://www.recurse.com/api/v1/profiles/me' |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendDeals with backend components (API, DB, etc.)Deals with backend components (API, DB, etc.)bugSomething isn't workingSomething isn't working