v0.117.0
What's Changed
- chore(proto): pull FlowIntent and the consent document RPC by @rohanchkrabrty in #1910
- feat(consent): add the user_consents table with immutability triggers by @rohanchkrabrty in #1911
- feat(authenticate): separate login from signup with an explicit intent by @rohanchkrabrty in #1912
- feat(consent): add app.consent config, the consent service and ListConsentDocuments by @rohanchkrabrty in #1913
- feat(consent): record consent in the same transaction as the user by @rohanchkrabrty in #1914
- feat(authenticate): map the gate and consent errors on both auth RPCs by @rohanchkrabrty in #1915
- test(e2e): cover intent and consent across every auth strategy by @rohanchkrabrty in #1916
- fix(consent): store no consent on a flow that can never record one by @rohanchkrabrty in #1920
- feat(sdk): take explicit consent and send a login or signup intent by @rohanchkrabrty in #1922
Full Changelog: v0.116.1...v0.117.0