Thang Vu
3ba8a0e40a
chore: fix deps edgeDB
2023-09-16 18:23:50 +07:00
Josh Schlesser
770d3565f8
feat(adapter): add new Cloudflare D1 Adapter ( #6953 )
...
* cleaned everything up
* Added documentation
* fixed up d1 logo in docs
* cleaning out unused file
* changed to esm module
* formatting the PR
* update the deps
* update the deps
* ignore test
* ignore test
* fix deps
* add contributor
---------
Co-authored-by: Nico Domino <yo@ndo.dev >
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-16 18:17:02 +07:00
Hamir Mahal
ed32236712
docs: don't copy $ in commands ( #8609 )
...
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-16 09:56:57 +02:00
Thang Vu
307f7b5eb9
chore: Add EdgeDB in sidebar
2023-09-16 12:06:12 +07:00
Thang Vu
120d7a29ee
chore: update email
2023-09-16 12:05:57 +07:00
GitHub Actions
ea65134a84
chore(release): bump package version(s) [skip ci]
@auth/core@0.15.0
@auth/edgedb-adapter@0.2.0
@auth/dynamodb-adapter@1.0.2
2023-09-16 04:30:21 +00:00
Thang Vu
016b22833c
chore(docs): add EdgeDB in typedoc
2023-09-16 11:21:48 +07:00
Bruno Crosier
67dbbb2cdf
feat(adapters): new EdgeDB Adapter ( #5781 )
...
* init adapter folder
* add schema
* run migration
* run `npx @edgedb/generate edgeql-js`
* fix `generate` script
* add `EdgeDBAdapter`
* add tests
* add README
* docs
* dev app
* lockfile
* remove generated files
* ignore `dbschema/edgeql-js`
* add `postinstall` generate script
* update docs
* move `nonrecursive_access_policies` to default schema
* newlines
* remove js generation
* rewrite in edgeql
* make `userId` computed
* fix `createUser` image param
* code review comments
* update lockfile
* code review
* comments
* delete
* types
* revert settings.json
* delete migrations
* deps
* clean up
* Restore packages/adapter-test/index.ts
* chore: formatting & fix logic of useVerificationToken
* chore: delete .md file
* fix: test
* chore: logo
* chore: formatting
* chore: add edgedb to doc
---------
Co-authored-by: Nico Domino <yo@ndo.dev >
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-16 11:03:48 +07:00
Dewin Umana
f87e66f0b3
feat(providers): TikTok provider ( #8131 )
...
* feat(providers): TikTok provider
* Linting
* Move files under the correct paths
* Added Tiktok Provider
* Update Bug provider template
2023-09-15 12:14:44 +07:00
k8pai
b1c46809f5
fix(docs): remove typesafety statements as string ( #8566 )
...
Removed typesafety statement `as string` from Configuring Auth.js of /adapter-dynamodb
2023-09-12 14:42:25 +02:00
Thang Vu
b9e9722b74
feat(providers): Dribbble provider ( #8531 )
...
* feat(providers): add Dribbble provider
* update Dribbble
Co-Authored-By: Pavel Fomchenkov <hello@pavel.codes >
---------
Co-authored-by: Pavel Fomchenkov <hello@pavel.codes >
2023-09-09 14:07:24 +07:00
GitHub Actions
57f75c7839
chore(release): bump package version(s) [skip ci]
@auth/mongodb-adapter@2.0.0
@auth/core@0.14.0
2023-09-07 15:59:48 +00:00
Jonas Strassel
e20eb5b583
feat: bump mongodb to v6 ( #8492 )
...
BREAKING CHANGE:
The required minimum version of `mongodb` has been bumped to v6, make sure to upgrade it in your project via `npm i mongodb@latest` or the equivalent
2023-09-07 17:54:16 +02:00
Thang Vu
fb7c5f9ef6
feat: Mastodon Provider ( #8516 )
...
Co-authored-by: Leif Arriens <30775450+leifarriens@users.noreply.github.com >
2023-09-07 22:18:11 +07:00
Anthony Shew
e986369906
docs: Add more detail to Credentials provider. ( #8482 )
...
* Soften messaging on Credentials provider documentation.
* Get rid of the swap.
* Switch to using authorize().
2023-09-06 00:24:27 +02:00
Antonio Basile
f3c64a85c9
feat(providers): Click up provider ( #8489 )
...
* feat: click up provider created
* docs: ClickUp documentation
* Format
---------
Co-authored-by: Antonio Basile <antoniobasile2@eng.it >
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-05 22:13:56 +07:00
GitHub Actions
4f3241f8dd
chore(release): bump package version(s) [skip ci]
@auth/sveltekit@0.3.7
@auth/sequelize-adapter@1.0.2
2023-09-04 23:02:35 +00:00
Jason
65043ba471
fix: return Session from deleteSession() ( #8484 )
...
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-09-04 16:17:48 +02:00
Balázs Orbán
46c5a97a0e
chore: add passage issuer
2023-09-03 13:24:03 +02:00
Balázs Orbán
9f99066b19
chore: update NextAuth.js example to use App Router ( #8477 )
...
* move initiaization to App Router
* add more providers
* don't use default export
* update tsconfig
* move under api
* add more providers
* add issuer
* add issuer
2023-09-03 11:59:58 +01:00
Menushka Weeratunga
e266001c28
docs: Add SvelteKit OAuth tutorial docs ( #8311 )
...
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-02 10:11:31 +07:00
Thang Vu
f1eb45f3c1
docs: Add callbacks example for Credential Provider
2023-09-02 09:40:31 +07:00
jonek
f621627914
fix(sveltekit): support custom base path properly ( #8231 )
...
* fix(sveltekit): support custom base path
* update server
---------
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-09-02 00:03:22 +07:00
dependabot[bot]
2b6ad02bba
chore(deps-dev): bump mongodb from 4.7.0 to 4.17.0 ( #8461 )
...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native ) from 4.7.0 to 4.17.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases )
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.0/HISTORY.md )
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.7.0...v4.17.0 )
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 13:14:49 +01:00
GitHub Actions
1a23e41bca
chore(release): bump package version(s) [skip ci]
@auth/prisma-adapter@1.0.2
@auth/core@0.13.0
2023-09-01 12:13:47 +00:00
Balázs Orbán
9dfef763fc
chore: bump pnpm
2023-09-01 13:54:59 +02:00
Balázs Orbán
f53c16a454
chore: fix supabase tests
2023-09-01 13:53:18 +02:00
Thang Vu
e999511a2e
docs: add framework tabs in getting started & guide ( #8470 )
2023-09-01 13:45:16 +02:00
Rexford Essilfie
2707f9ebfe
docs: fix failing docs build ( #8463 )
...
chore: lint azure-devops provider
2023-08-31 14:35:40 +01:00
Evgenii Perminov
35977bf132
fix(providers): Update type oidc for Linkedin ( #8345 )
...
* linked in provider options and profile update
* interface update
* removed unchecked property access
* unncessary async
* revert changes to v4
* fallback to default properties
* Update packages/core/src/providers/linkedin.ts
---------
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-08-29 11:31:18 +07:00
Pavel Fomchenkov
578ff21d7e
feat(providers): add Azure DevOps provider ( #4698 )
2023-08-27 20:50:59 +07:00
Balázs Orbán
ba238796b8
Merge branch 'main' of github.com:nextauthjs/next-auth
2023-08-25 11:56:22 +02:00
Balázs Orbán
56b27de3be
docs: fix edit links for auto-generated pages
2023-08-25 11:56:18 +02:00
Ahmed Abdelbaset
0bc9b4fe5a
docs: Correct a typo that is causing a broken link. ( #8405 )
...
fix broken link
2023-08-25 10:43:44 +01:00
Balázs Orbán
327061ce70
chore: revert typedoc
2023-08-25 11:39:11 +02:00
Balázs Orbán
2ed407d6a5
fix: allow Prisma v5 as peer dependency
2023-08-25 11:32:38 +02:00
Balázs Orbán
e743340612
chore: suppress TS warning in sveltekit
2023-08-25 11:26:20 +02:00
Balázs Orbán
5140857256
chore: fix deps, upgrade docs dependencies
2023-08-25 11:21:55 +02:00
Balázs Orbán
9c6f81308c
chore: bump pnpm and typescript
2023-08-24 20:31:33 +02:00
JunChao
66184c55eb
docs: change var to import to solve using https-proxy-agent have the error: "HttpsProxyAgent is not a constructor" ( #8400 )
...
Update corporate-proxy.md
2023-08-24 14:54:23 +02:00
Balázs Orbán
07599ba41d
Merge branch 'main' of github.com:nextauthjs/next-auth
2023-08-24 11:20:49 +02:00
Balázs Orbán
c5fc3e66ad
docs: rename @next-auth/* to @auth/*
2023-08-24 11:20:44 +02:00
Balázs Orbán
5dfec49ee8
chore: rename @next-auth/* packages to @auth/*
2023-08-24 11:18:04 +02:00
brunsten
b20182c5fe
fix: handle trailing slash when parsing the url ( #8383 )
...
Co-authored-by: Marcus Brunsten <bruno@Marcuss-MacBook-Rd.local >
2023-08-22 15:59:52 +02:00
Balázs Orbán
a6d9459a64
chore: mention that no repro = convert to discussion
2023-08-21 10:28:01 +01:00
GitHub Actions
99035b98f9
chore(release): bump package version(s) [skip ci]
@auth/drizzle-adapter@0.3.2
2023-08-18 08:13:39 +00:00
Balázs Orbán
fabb0525d1
fix(adapters): use built-in is() to identify db type ( #8342 )
...
* fix(adapters): use built-in `is()` to identify db type
* remove unused .then
* fix imports
2023-08-18 09:11:33 +01:00
GitHub Actions
28e4328704
chore(release): bump package version(s) [skip ci]
@auth/core@0.12.0
2023-08-14 14:46:10 +00:00
Balázs Orbán
7ff4d9d280
feat: allow raw response for lib authors
2023-08-14 16:39:11 +02:00
Balázs Orbán
26815f7621
docs: clean up roadmap
2023-08-12 12:50:31 +02:00