eurofurence / reg-attendee-service

EF Registration backend micro-service providing an attendee-related REST API.
MIT License
2 stars 1 forks source link

cache avatar url in attendee #240

Open Jumpy-Squirrel opened 2 days ago

Jumpy-Squirrel commented 2 days ago

every time an attendee is seen, we should cache the avatar url from their JWT.

This information should be made available in the various attendee related endpoints, but read-only.

Right now, updates would only occur if the user visits the registration system. Maybe at some point the identity provider will provide profile lookups or webhooks.

This is also needed by the room-service.