Skip to content

v3.2.0

Choose a tag to compare

@dickhardt dickhardt released this 09 Sep 15:46
· 1 commit to main since this release
4f309d3

The connection ceremony: a connection-only resource token (no scope, an interaction_code) no longer gets an auth token. The PS holds a pending record, sends the person to the resource's published interaction_endpoint with that code and a callback, and terminates on the resource's bounce — GET /aauth/bounce/:code — with { status: 'connection_established' } and no token.

mockin previously read a scope-less token as scope: '' and issued a token, so an agent driving a connect was told it had connected while no upstream OAuth had happened. See #13.

241 passing.