mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* docs: beta initial commit * docs(oauth): finish initial tutorial * docs(oauth-tutorial): finish guide * docs(docusaurus): just log broken links * docs: re-organising beta * docs(beta): sort documents for sorting * docs: more re-structure * docs: more re-structure (2) * fix: more WIP * fix: more WIP * chore: more updates * chore: wip * chore: wip * fix lock file * docs(getting-started): credentials * chore: remove json-server file * chore: cleanup * remove mongodb from dev app * chore: cleanup * revert * chore: cleanup * chore: more cleanup changes Co-authored-by: Balázs Orbán <info@balazsorban.com>
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "DENY"
|
|
},
|
|
{
|
|
"key": "X-XSS-Protection",
|
|
"value": "1; mode=block"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/beta(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Robots-Tag",
|
|
"value": "noindex"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/schemas/models",
|
|
"destination": "/adapters/models",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mysql",
|
|
"destination": "/adapters/typeorm/mysql",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/postgres",
|
|
"destination": "/adapters/typeorm/postgres",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mssql",
|
|
"destination": "/adapters/typeorm/mssql",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mongodb",
|
|
"destination": "/adapters/typeorm/mongodb",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/adapters",
|
|
"destination": "/adapters/overview",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|