impactMarket / app

impactMarket WebApp
https://app.impactmarket.com
Apache License 2.0
2 stars 1 forks source link

[chore] implement JWT updates #637

Closed vibern0 closed 10 months ago

vibern0 commented 11 months ago

As of https://github.com/impactMarket/backend/pull/1014/files, JWT now brings some new useful details, like country, language, and optionally clientId. This will be very useful for the backend. Given that, the JWT is initially given when POST /users but is now as well in PUT /users and temporarily in GET /users. The last 2 need to be implemented.