docs: new + improved auth documentation pages (#7529)

* added and improved auth docs

* add prep to generates resources action

* add module options to sidebar

* fix broken link
This commit is contained in:
Shahed Nasser
2024-06-09 15:18:29 +02:00
committed by GitHub
parent 3f661c917b
commit e472aed00f
17 changed files with 958 additions and 265 deletions
@@ -26,10 +26,9 @@ const { success, authIdentity, error } =
} as AuthenticationInput)
if (!success) {
// incorrect authentication details
throw new Error(error)
}
// user is authenticated
```
### Third-Party and Social Authentication