Public-release prep: ELv2 license, README/CLA/NOTICE, SSRF safeFetch, identifier genericization, export tooling
This commit is contained in:
@@ -573,8 +573,8 @@ Called by `useAuth()` hook when token exists but user object is null:
|
||||
|
||||
Splits a potentially federated username:
|
||||
```
|
||||
"youruser@nova.ddns.net" -> { baseName: "youruser", domain: "nova.ddns.net" }
|
||||
"youruser" -> { baseName: "youruser", domain: null }
|
||||
"erin@nova.ddns.net" -> { baseName: "erin", domain: "nova.ddns.net" }
|
||||
"erin" -> { baseName: "erin", domain: null }
|
||||
```
|
||||
|
||||
### Self-ID Registry
|
||||
|
||||
Reference in New Issue
Block a user