Balázs Orbán
0cb7fd2e7c
feat: introduce @auth/typeorm-adapter ( #7706 )
...
BREAKING CHANGE:
If you are coming from the previous adapter, change your `package.json`:
```diff
- "@next-auth/typeorm-legacy-adapter": "0.0.0",
+ "@auth/typeorm-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only
2023-06-01 17:52:11 +01:00
Balázs Orbán
2ecf52c342
feat: introduce @auth/prisma-adapter ( #7703 )
...
BREAKING CHANGE:
If you are coming from the previous adapter, change your `package.json`:
```diff
- "@next-auth/prisma-adapter": "0.0.0",
+ "@auth/prisma-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only.
2023-06-01 16:06:22 +02:00
Balázs Orbán
953ef9d04a
chore: re-add pnpm caching
...
Related: #7332
2023-06-01 14:49:45 +02:00
Balázs Orbán
94f3031765
chore: allow manual release of any @auth/* package
2023-06-01 14:49:45 +02:00
Balázs Orbán
ad7bf07ddf
chore: update lock file
2023-06-01 14:49:45 +02:00
Balázs Orbán
1ab77d0e11
chore: move build to root
2023-06-01 14:49:45 +02:00
Balázs Orbán
787c1ff7d0
chore: add build to manual publish
2023-06-01 14:49:45 +02:00
Balázs Orbán
c4f6330f70
chore: tweak manual release version
2023-06-01 14:49:45 +02:00
Balázs Orbán
44127068e1
chore: tweaks
2023-06-01 14:49:45 +02:00
Balázs Orbán
9e3f1aacf7
chore: tweak
2023-06-01 14:49:45 +02:00
Balázs Orbán
83051c6862
chore: skip test for manual release
2023-06-01 14:49:45 +02:00
Balázs Orbán
f1acab67e6
chore: separate manual release job
2023-06-01 14:49:45 +02:00
Balázs Orbán
6a31ed3216
chore: support release any package as experimental
2023-06-01 14:49:45 +02:00
Balázs Orbán
7c44d916ed
chore: fix Next.js example sync
2023-04-23 08:14:52 +01:00
Jonas Strassel
b278975c3f
chore(ci): disable node cache to speed up ci ( #6939 )
2023-03-14 13:29:18 +01:00
Balázs Orbán
e27dbcab2f
chore: tweak "incomplete" comment
2023-02-28 12:48:51 +01:00
Will
99ac4899b5
feat(providers): add Beyond Identity Provider ( #6013 )
...
* Add Beyond Identity Provider
* Add Beyond Identity OIDC Provider
* Add Beyond Identity OIDC Provider
* Add "pkce" support
* Mirror Auth0 instead of Okta
* Code Review feedback
2023-02-23 11:04:21 +07:00
Thang Vu
a5e0db4bb3
feat(providers): add Notion provider ( #6567 )
...
* add notion provider along with logo and styles
"
* adjust notion documentation
* update issue template with Notion provider
* update docs and provider with code from TomYeoman
* feat: move Notion provider to core
* get it working
---------
Co-authored-by: Harrison Broadbent <harrisonbroadbent@gmail.com >
Co-authored-by: Harrison Broadbent <harrisonbroadbent@Harrisons-MacBook-Air.local >
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-01-31 17:10:47 +07:00
OrJDev
be046a6cb2
chore: suggest using the correct command to seek for packages ( #6570 )
...
* fix: suggest using the correct command to seek for packages
* seek for adapter packages aswell
* cleanup: seek for auth org packages
2023-01-30 20:39:37 +01:00
Balázs Orbán
7bb037bb9d
chore: temp. disable E2E tests
2023-01-24 02:42:13 +01:00
Balázs Orbán
505f69b519
chore: fix pipeline
2023-01-24 02:29:10 +01:00
Thang Vu
557fb9d741
chore: ignore e2e actions in forks
2023-01-23 12:28:48 +07:00
Thang Vu
b4d6ed5f5f
feat(providers): add Asgardeo provider ( #6452 )
...
* implement asgardeo auth provider
* Import asgardeo provider in to providers
* Improve provider configuration
* simplify and improve the asgardeo provider
* Delete package-lock.json
* converted server origin to organization
* revamp provider configs
* update profile interface
* Remove asgardeo issuer parameter and add docs
* fixed docs
* Update asgardeo.md
* Update docs and provider branding
* Remove mistakenly added code from dev app
* move to core
* Delete asgardeo.md
Co-authored-by: Yathindra <yathindrarawya123@gmail.com >
Co-authored-by: Yathindra Kodithuwakku <32919513+yathindrakodithuwakku@users.noreply.github.com >
Co-authored-by: Yathindra Kodithuwakku <32919513+yathindrak@users.noreply.github.com >
2023-01-22 01:30:42 +07:00
Thang Vu
87d9cc4244
feat: e2e tests ( #6380 )
...
* feat: e2e test init
* run e2e test on CI
* Add credentials to ci
* Update pnpm-lock.yaml
* move test to dev
* add dotenv
* remove in examples
* add e2e command
* revert
* add output cache for turbo e2e
* correct path for upload artifact
* Update release.yml
2023-01-18 19:43:50 +07:00
Balázs Orbán
3be7bb7a79
chore: try fork
2023-01-07 09:50:12 +01:00
Balázs Orbán
031cdd13b2
chore: try adding deleteOrphaned back
2023-01-07 09:37:00 +01:00
Balázs Orbán
212b321f7e
chore: remove delete orphaned
2023-01-07 09:29:23 +01:00
Balázs Orbán
1ccb88b3f0
chore: try excluding git
2023-01-07 09:27:35 +01:00
Balázs Orbán
16d680b110
chore: revert
2023-01-07 09:04:13 +01:00
Balázs Orbán
6e027811ef
chore: set git config globally
2023-01-07 09:01:33 +01:00
Balázs Orbán
e5df406429
chore: try adding email+username
2023-01-07 08:56:25 +01:00
Balázs Orbán
e4ddb533ff
chore: hint that we want to use fine grained GH_PAT
2023-01-07 08:48:15 +01:00
Balázs Orbán
4e16b21a60
chore: update sync GH Action
2023-01-07 08:41:43 +01:00
Balázs Orbán
f8d77c4daf
chore: hardcode issue labeler markdown path
2023-01-05 12:14:57 +01:00
Balázs Orbán
a3d23450a8
chore: fix issue labeler path
2023-01-05 12:09:44 +01:00
Balázs Orbán
9abee0b2ee
chore: use import.meta.url in issue labeler
2023-01-05 12:07:44 +01:00
Balázs Orbán
f1475955ea
chore: solidstart -> solid-start
2022-12-31 11:53:29 +01:00
Balázs Orbán
b0dd1fac93
chore: disable solid start example sync (temp)
2022-12-31 11:34:49 +01:00
Balázs Orbán
054288316b
chore(examples): rename solid-start to solidstart
2022-12-31 11:31:47 +01:00
Balázs Orbán
5e02019a3c
chore: what is yaml
2022-12-31 10:23:17 +00:00
Balázs Orbán
9da0e66193
chore: fix indent
2022-12-31 10:20:48 +00:00
OrJDev
287c8f0f91
feat(solid-start): introduce @auth/solid-start package/example ( #6158 )
...
* feat: add solid framework package and example
* solidstart docs
* Update 02-oauth-tutorial.mdx
* minor docs fixes
* Fix sidebar typo
* Update sync.yml
* Update sidebars.js
* minor fixes
* fix deps
* upgrade auth example
* Update root.tsx
* Update NavBar.tsx
* Update Protected.tsx
* protected
* move example
* Update sidebars.js
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-12-31 10:15:31 +00:00
Balázs Orbán
5a73c6efa3
chore: clean up pr labeler
2022-12-31 08:32:48 +01:00
Thang Vu
4aec142525
chore: split apps to dev, examples, playgrounds ( #6228 )
...
* chore: dev -> dev/nextjs
* chore: move to /examples
* chore: move to playgrounds, add dev/sveltekit
* Update sync.yml
* chore: dev scripts
2022-12-31 07:17:42 +00:00
1337cookie
2e52a89c52
docs: fix links to moved docs ( #6196 )
2022-12-27 16:10:31 +01:00
Thang Vu
511f66b0a8
chore: enable remote caching for GH actions ( #6187 )
2022-12-26 11:38:30 +00:00
Balázs Orbán
8dda662cd6
chore: fix issue validator path
2022-12-24 16:43:51 +01:00
Balázs Orbán
4aaad03e9c
chore: fix issue validator
2022-12-24 16:36:30 +01:00
Balázs Orbán
c081773667
chore: use classic PAT for example sync
2022-12-24 15:25:57 +00:00
Balázs Orbán
cac9816d32
chore: update sync examples PAT
2022-12-24 15:19:27 +00:00