appwrite/app/controllers/api
Steven Nguyen 014c613c93
fix: update secret returned from users.createSession()
1. Include at least 1 factor because the minumum number of factors
   required when mfa is disabled is 1.
2. Purge the cached user document to ensure the new session is included
   in subsequent requests for the user.
3. Fix the encoding of the secret to match other parts of the codebase.
2024-11-22 21:52:27 +00:00
..
account.php Merge branch '1.6.x' into fix-oauth-trigger-create-user-event 2024-10-31 10:39:42 +00:00
avatars.php chore: replace 'Expires' with 'Cache-Control: private' header to avoid CDN caching 2024-10-22 11:38:05 +02:00
console.php Revert "Feat eldad4 coroutines" 2024-09-20 12:30:05 -04:00
databases.php Merge pull request #8797 from appwrite/feat-migration 2024-11-21 14:08:20 +13:00
functions.php chore: backwards compatibility for 1.6.x 2024-11-22 17:16:51 +00:00
graphql.php Revert "Feat eldad4 coroutines" 2024-09-20 12:30:05 -04:00
health.php feat: redis-cluster support 2024-11-06 12:27:03 +01:00
locale.php chore: replace 'Expires' with 'Cache-Control: private' header to avoid CDN caching 2024-10-22 11:38:05 +02:00
messaging.php use resource type constants 2024-10-29 16:10:57 +01:00
migrations.php Further cleanup code now findOne returns empty doc 2024-10-31 17:13:23 +09:00
project.php Merge branch 'main' into 1.6.x 2024-09-30 15:33:15 +02:00
projects.php Skip all project db calls on project create if shared tables v2 2024-11-21 16:46:36 +13:00
proxy.php chore: linter 2024-11-22 17:18:23 +00:00
storage.php Merge pull request #8922 from appwrite/lohanidamodar-patch-4 2024-11-21 14:17:52 +13:00
teams.php chore: run formatter 2024-11-19 17:18:51 +01:00
users.php fix: update secret returned from users.createSession() 2024-11-22 21:52:27 +00:00
vcs.php Further cleanup code now findOne returns empty doc 2024-10-31 17:13:23 +09:00