1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00
appwrite/app
Steven Nguyen b9c2b9322f
Don't set password when oauth2 creates a user
Setting a password can cause problems with other APIs that expect the
password to be null. In addition, it doesn't match the implementation
for the other APIs that create a user without a password (Create Magic
URL Session, Create Phone Session, Create Anonymous Session, etc).
2023-08-02 15:36:06 -07:00
..
assets
config Separate OAuth2 info from Sessions into Identities 2023-08-02 15:36:06 -07:00
console@9174d8f8cb feat: update console 2023-07-11 18:43:28 +00:00
controllers Don't set password when oauth2 creates a user 2023-08-02 15:36:06 -07:00
tasks Update install.php not specify docker-compose.yml file 2023-04-30 12:34:55 -07:00
views fix: X domain cookie env 2023-07-24 10:50:19 +01:00
workers Ensure a user's identities are deleted when user is deleted 2023-08-02 15:36:06 -07:00
cli.php
executor.php
http.php remove: leftover from http.php 2023-04-24 13:11:39 +02:00
init.php Track a user's last activity 2023-07-19 22:22:58 -07:00
preload.php
realtime.php