Commit Graph

6669 Commits

Author SHA1 Message Date
Niiju
c67e8ba12e docs: fix typos & oversights (#196) 2024-10-16 22:03:41 +03:00
Bereket Engida
e0bc94e001 docs: change jwt icon 2024-10-16 21:15:27 +03:00
Bereket Engida
f2901c474d chore: release v0.4.11 v0.4.11 2024-10-16 20:46:31 +03:00
Bereket Engida
1d77d0c338 fix: OAuth flow errors (#189)
* fix: remove codeverifier

* chore: release v0.4.10-beta.6

* fix: add claims and proper scopes for twitch

* chore: release v0.4.10-beta.6

* chore: release v0.4.10-beta.7

* fix: generic oauth should use the code from qparam

* chore: release v0.4.10-beta.8

* fix: scope failing to merge

* chore: release v0.4.10-beta.9

* fix: twitch get profile

* chore: release v0.4.10-beta.10

* fix:lint
2024-10-16 20:45:03 +03:00
Bereket Engida
ccf8f0f364 docs: add session guide on jwt plugin 2024-10-16 20:32:17 +03:00
Bereket Engida
5c2db0838c chore: release v0.4.11-beta.3 v0.4.11-beta.3 2024-10-16 20:15:18 +03:00
Kaan Mollaoglu
309062d1ea feat: JWT & JWKS Plugin (#178)
* feat: 🚧 Created JWT plugin with some basic functionality

The basic functionality has thusfar the ability to retrieve the JWKS, create the JWK if none exists with an encrypted private and the basic token endpoint that creates a JWT

* Updated the jwks endpoint

* Added the key id to the token header for validation purposes

* Refactored private encryption to one column

* feat: Add JWT plugin to sidebar and create JWT documentation page

* test:  Added tests for JWT plugin

* Fixed linting
2024-10-16 20:05:50 +03:00
Bereket Engida
580b4c370c chore: release v0.4.11-beta.2 v0.4.11-beta.2 2024-10-16 19:49:54 +03:00
Bereket Engida
7e2e89a74f fix: infer redirect and respect redirect uri (#195) 2024-10-16 19:33:20 +03:00
Bereket Engida
e13fc96d83 chore: release v0.4.11-beta.1 v0.4.11-beta.1 2024-10-16 13:59:22 +03:00
Bereket Engida
1c8ea31168 fix: false prod env detection 2024-10-16 13:56:29 +03:00
Bereket Engida
b85868c7f4 chore: release v0.4.10 v0.4.10 2024-10-16 12:54:40 +03:00
Bereket Engida
feb28df949 fix: twofactor id constriant fail 2024-10-16 12:53:30 +03:00
Bereket Engida
86ea2def73 fix: support creating credential account on forget password (#191) 2024-10-16 12:49:44 +03:00
Bereket Engida
351a3c883f fix: custom account-fields (#190)
* fix: custom account-fields

* fix: type
2024-10-16 09:05:02 +03:00
Tom Hackshaw
fe239cec57 docs: Fix spelling of sign-in.ts in docs (#188)
Small spelling fix in docs for 2FA.
2024-10-16 07:15:34 +03:00
Bereket Engida
d43131f2f7 chore: release v0.4.10-beta.5 v0.4.10-beta.5 2024-10-16 02:41:46 +03:00
Bereket Engida
ce3f46aba2 fix: field names 2024-10-16 02:35:29 +03:00
Bereket Engida
8be9d76ad2 docs: magic link new option 2024-10-16 02:22:12 +03:00
Bereket Engida
a6758cfc94 chore: release v0.4.10-beta.4 v0.4.10-beta.4 2024-10-16 02:15:19 +03:00
Bereket Engida
d5bf3eb700 chore: remove cf example 2024-10-16 01:52:45 +03:00
Bereket Engida
3aed4ce724 examples: cf example 2024-10-15 23:32:59 +03:00
Bereket Engida
a4d78e874e examples: nextjs cf 2024-10-15 22:30:38 +03:00
Bereket Engida
5ee9f140b0 feat: support magic link signup 2024-10-15 22:29:59 +03:00
Bereket Engida
fc765e5658 chore: fix tests 2024-10-15 21:32:15 +03:00
Bereket Engida
2f314e8d98 chore: release v0.4.10-beta.3 2024-10-15 21:32:15 +03:00
Bereket Engida
5b6a09fa94 fix: mmissing header on APIError 2024-10-15 21:32:15 +03:00
Jack
542df47a42 docs: Update astro.mdx (#183) 2024-10-15 21:24:17 +03:00
Bereket Engida
dd5ca3222a chore: release v0.4.10-beta.2 2024-10-15 20:34:38 +03:00
Bereket Engida
2b7b7931af test: add verify email callback test case 2024-10-15 20:34:38 +03:00
Hans Piña
b48ec12f28 docs: fix typo in cookies.mdx (#182)
fix typo in cookies.mdx which said ¨expiremental¨ instead of ¨experimental¨
2024-10-15 20:02:28 +03:00
Bereket Engida
d885e2f3af chore: release v0.4.10-beta.1 2024-10-15 20:01:27 +03:00
Bereket Engida
408179a341 fix: verify email redirection 2024-10-15 20:01:27 +03:00
NoHaxito
bee6d26785 docs: updated the route.ts parent folder in nextjs integration docs (#179)
* docs: add middleware and cors guides for hono

* fixed typo

* docs: update the directory to create the route.ts file (nextjs)
2024-10-15 19:34:35 +03:00
Selemon Brahanu
dfc233a005 chore: add issue templates (#170) 2024-10-15 17:46:45 +03:00
Bereket Engida
1863a27f6a chore: remove generation test from the main package 2024-10-15 16:45:25 +03:00
Bereket Engida
2953fe882d refactor: move cli to it's own pacakge (#176)
* refactor

* cleanup and more refactor

* test: cli

* chore: release v0.4.9-beta.12

* feat: kysley generate and orm migrations

* chore: release v0.4.9-beta.13

* test: generate

* test: change test snapshot file

* docs

* chore: lint

* fix: test

* chore: release v0.4.9-beta.14

* chore: release v0.4.9
2024-10-15 16:35:14 +03:00
Bereket Engida
67e66d06e9 chore: release v0.4.9-beta.11 v0.4.9-beta.11 2024-10-15 06:22:20 +03:00
Bereket Engida
0f21842aa2 fix: assert state is short enough to be stored in cookie 2024-10-15 06:16:09 +03:00
Bereket Engida
58b7e3b521 chore: update readme 2024-10-15 01:21:58 +03:00
Bereket Engida
567a205b0a chore: update readme 2024-10-15 01:21:08 +03:00
Bereket Engida
e6e30ae416 chore: update readme 2024-10-15 01:20:22 +03:00
Bereket Engida
41a3c0cb45 chore: update readme 2024-10-15 01:19:35 +03:00
Bereket Engida
b2118d75c3 chore: update readme 2024-10-15 01:19:35 +03:00
Evan
fee1671da7 docs: fix typo in organization.mdx (#172) 2024-10-15 00:55:54 +03:00
Bereket Engida
14fd34ba09 chore: release v0.4.9-beta.10 v0.4.9-beta.10 2024-10-14 22:27:16 +03:00
Bereket Engida
22999c47ee fix: nextjs adapter type error on additional fields 2024-10-14 22:27:07 +03:00
Bereket Engida
88975f8b2d chore: release v0.4.9-beta.9 v0.4.9-beta.9 2024-10-14 21:21:47 +03:00
Bereket Engida
675e774663 fix: prisma update failing on multiple where clauses 2024-10-14 21:19:24 +03:00
Bereket Engida
ef26279945 fix: plugin api failing on empty context 2024-10-14 21:19:02 +03:00