You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: generate JWT for authenticating history queries
Users request device history from the hello.nrfcloud.com backend API, and
since the hello.nrfcloud.com/map backend "knows" about shared devices, it
creates a JWT that will be passed with history requests to the
hello.nrfcloud.com backend which then uses the hello.nrfcloud.com/map backend
public key to verify the authenticity of the request.
0 commit comments