appwrite/app
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
..
assets Revert "Merge pull request #8757 from ItzNotABug/update-walter-references" 2024-10-23 15:20:45 +01:00
config Merge pull request #8797 from appwrite/feat-migration 2024-11-21 14:08:20 +13:00
controllers fix: update secret returned from users.createSession() 2024-11-22 21:52:27 +00:00
views chore: dockerfiles 2024-11-08 20:00:05 +01:00
cli.php Merge pull request #8797 from appwrite/feat-migration 2024-11-21 14:08:20 +13:00
http.php Add safe workers 2024-11-22 13:57:42 +00:00
init.php Remove redundant DSN construction 2024-11-21 16:47:12 +13:00
realtime.php Merge pull request #8797 from appwrite/feat-migration 2024-11-21 14:08:20 +13:00
worker.php Merge pull request #8797 from appwrite/feat-migration 2024-11-21 14:08:20 +13:00