diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-30 19:05:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-30 19:05:09 +0900 |
| commit | db0721e9820f399727b933088a276184e9565c9d (patch) | |
| tree | 4cde08ad2fc675bbbfbfab544738fd070293ea74 /docs | |
| parent | 61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19 (diff) | |
| download | phperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.tar.gz phperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.tar.zst phperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.zip | |
feat(backend): implement password-based authentication
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/DEV.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEV.md b/docs/DEV.md index c8781fd..6061a1b 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -22,6 +22,6 @@ 1. `make init` 1. `make up` 1. Access to http://localhost:5173. - * User `a`, `b` and `c` can log in with any password. + * User `a`, `b` and `c` can log in with `pass` password. * User `a` and `b` are players. * User `c` is an administrator. |
