├── .env.example ├── .gitignore ├── LICENSE.Apache-2.0.md ├── LICENSE.MIT.md ├── README.md ├── index.ts ├── package.json └── samples └── authjs.json /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/.env.example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.Apache-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/LICENSE.Apache-2.0.md -------------------------------------------------------------------------------- /LICENSE.MIT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/LICENSE.MIT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/README.md -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/index.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/package.json -------------------------------------------------------------------------------- /samples/authjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clerk/migration-script/HEAD/samples/authjs.json --------------------------------------------------------------------------------