feat: complete release readiness work
- consolidate API ownership and remove dead vendor code - add Stripe billing, learning paths, and public CV hardening - add migration, recovery, security, audit, and browser gates
This commit is contained in:
+7
-1
@@ -1,3 +1,9 @@
|
||||
# oauth
|
||||
|
||||
TODO: Complete documentation.
|
||||
Google and Microsoft sign-in exchange provider identity tokens for a normal Jobjakt local session.
|
||||
Verified provider email addresses may link to the matching local account; provider subject identifiers
|
||||
are then retained for stable future sign-in. Gmail and Microsoft Graph mailbox connections use separate
|
||||
OAuth flows and state validation because they grant mailbox permissions, not application login.
|
||||
|
||||
Provider client IDs and secrets belong in environment configuration, never the repository. See
|
||||
`docs/architecture/authentication.md` and the connected-account settings UI.
|
||||
|
||||
Reference in New Issue
Block a user