(feat): improvements to the slow
This commit is contained in:
parent
8bc3215ab8
commit
c51c0f2e83
7 changed files with 76 additions and 21 deletions
|
|
@ -30,6 +30,8 @@ Set `TAUTH_PRIVATE_KEY` in `backend/.env`. Generate keys with:
|
|||
pnpm --filter @tauth-example/backend exec cargo run --bin generate_keys
|
||||
```
|
||||
|
||||
Publish the generated `TAUTH_PUBLIC_KEY_SHA256` value in the `tauth.<identifier>` TXT record. TAuth receives the full public key during authorization and verifies it against that hash.
|
||||
|
||||
For local callback testing, `TAUTH_REDIRECT_URL` must be reachable by TAuth. Use a tunnel if needed.
|
||||
|
||||
## Run
|
||||
|
|
|
|||
Loading…
Reference in a new issue