concept
Login assertions
Server-side verification details for the short-lived assertion returned by U-net login flows.
@union-networks/server
Claims
The assertion is a signed JWS issued by trust-plane for one service, session, and scoped user. It expires quickly and should be exchanged for your own application session.
- Validate signature.
- Validate `serviceId`.
- Validate expiry.
- Store only `scopedUserId` as the U-net account handle.