Create an Express middleware that verifies Bearer tokens via the Hiyve Cloud GET /identity/auth/me endpoint.
GET /identity/auth/me
On success the authenticated user is available as req.hiyveUser.
req.hiyveUser
Hiyve server configuration (needs apiKey + environment)
apiKey
Optional
Optional behaviour overrides
Create an Express middleware that verifies Bearer tokens via the Hiyve Cloud
GET /identity/auth/meendpoint.On success the authenticated user is available as
req.hiyveUser.