appwrite/tests/e2e
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
..
General fix: tests 2024-11-08 13:01:18 +01:00
Scopes Fix source creds being over written and begin implementing migrations tests 2024-10-30 14:23:24 +09:00
Services fix: update secret returned from users.createSession() 2024-11-22 21:52:27 +00:00
Client.php feat: remove verbose 2024-11-08 13:06:09 +01:00