appwrite/tests/e2e/Services/Users
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
..
UsersBase.php fix: update secret returned from users.createSession() 2024-11-22 21:52:27 +00:00
UsersConsoleClientTest.php chore: run formatter 2024-03-06 18:34:21 +01:00
UsersCustomServerTest.php chore: run formatter 2024-03-06 18:34:21 +01:00