appwrite/app/controllers
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
..
api fix: update secret returned from users.createSession() 2024-11-22 21:52:27 +00:00
shared fix: tests 2024-11-05 15:50:32 +01:00
web Revert "Feat adding coroutines" 2024-10-08 20:54:40 +13:00
general.php chore: backwards compatibility for 1.6.x 2024-11-22 17:16:51 +00:00
mock.php Revert "Feat adding coroutines" 2024-10-08 20:54:40 +13:00