2
0

📝 Add auth callback URL info in custom oauth config

This commit is contained in:
Baptiste Arnaud
2024-01-17 15:33:58 +01:00
parent 30d6fcc880
commit 218abcbc89

View File

@ -140,6 +140,8 @@ The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/azure-
For `*_PATH` parameters, you can use dot notation to access nested properties (i.e. `account.name`). For `*_PATH` parameters, you can use dot notation to access nested properties (i.e. `account.name`).
The Authorization callback URL should be: `$NEXTAUTH_URL/api/auth/callback/custom-oauth`
## S3 Storage (Media uploads) ## S3 Storage (Media uploads)
Used for uploading images, videos, etc... It can be any S3 compatible object storage service (Minio, Digital Oceans Space, AWS S3...) Used for uploading images, videos, etc... It can be any S3 compatible object storage service (Minio, Digital Oceans Space, AWS S3...)