No description
Find a file
Ronit Nath 546cab588e feat(auth): login accepts return_to, callback resolves ephemeral token
When return_to is provided, creates an ephemeral token via IDP RPC
and embeds the token ID in the OAuth state parameter. On callback,
the token is resolved to redirect the user back to their original URL.
Graceful degradation if RPC fails (user lands at / instead).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 13:14:28 -07:00
isoastra-auth feat(auth): login accepts return_to, callback resolves ephemeral token 2026-03-23 13:14:28 -07:00
isoastra-db Add begin_account_tx helper to isoastra-db 2026-03-22 07:08:22 -07:00
isoastra-frontend Add i18n and jurisdiction platform to shared lib crates 2026-03-22 19:11:20 -07:00
isoastra-nats feat(nats): add can_switch field to MembershipInfo 2026-03-23 13:01:45 -07:00
isoastra-seaweedfs Initialize shared library workspace with 6 crates 2026-03-20 19:51:36 -07:00
isoastra-service fix(auth): decode name and email from id_token JWT claims 2026-03-23 04:45:44 -07:00
isoastra-test-utils fix(auth): decode name and email from id_token JWT claims 2026-03-23 04:45:44 -07:00
.gitignore Fix .gitignore to exclude all target/ dirs 2026-03-20 19:51:46 -07:00
Cargo.lock fix(auth): decode name and email from id_token JWT claims 2026-03-23 04:45:44 -07:00
Cargo.toml fix(auth): decode name and email from id_token JWT claims 2026-03-23 04:45:44 -07:00