MapKit JS token generation.
MapKit JS uses the JWT directly as its authorization token. Tokens are signed
with an ES256 private key and may optionally include an origin claim.
Summary
Functions
Returns a JWT token (same as generate_jwt for direct use).
Generate a JWT and return it with the expiration timestamp.
Generate a fresh ES256 JWT for MapKit JS authorization.
Types
@type jwt() :: String.t()
Functions
Returns a JWT token (same as generate_jwt for direct use).
Generate a JWT and return it with the expiration timestamp.
Generate a fresh ES256 JWT for MapKit JS authorization.