Commit Graph

119 Commits

Author SHA1 Message Date
dependabot[bot]
64ed27855a chore(deps-dev): bump vite from 5.4.11 to 5.4.12 (#1260)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 07:54:27 +03:00
Bereket Engida
47344cf97b chore: upgrade expo example 2025-01-15 13:09:23 +03:00
dependabot[bot]
3bec2f5129 chore(deps): bump astro from 4.16.17 to 4.16.18 (#955) 2025-01-12 15:02:50 +03:00
Bereket Engida
9f2e45b8c7 chore: cleanup 2025-01-06 14:30:39 +03:00
Bereket Engida
d603d476d7 chore: set extenstion example private 2025-01-04 21:26:23 +03:00
Bereket Engida
78e3e92d4f chore: lint 2025-01-04 19:40:47 +03:00
Multinite
95344a6784 Browser extensions example & guide (#1117)
* init: plasmo example project

* feat: add example for browser extension with BetterAuth

- Introduced a basic browser extension example using Plasmo framework and BetterAuth for authentication.
- Updated .env.example with BetterAuth configuration.
- Removed unnecessary GitHub workflow file for submitting to Web Store.
- Updated .gitignore to exclude local env files.
- Improved README documentation for the example.
- Included BetterAuth dependency in the package.json and updated the pnpm-lock.yaml.

* add: browser-extension example complete

* fix: content.tsx

* remove: browser-extension package as that isn't needed

* add: browser extension buide

* docs: added references in the guide to the examples code

* remove(dep): unused dependency

* refactor: package.json - remove author & update description

* wip

* chore: update lock file

* docs: update icon

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-01-04 18:14:59 +03:00
Bereket Engida
ef2ff4ce56 fix(expo): local session cache should be scopped (#1020) 2024-12-26 18:44:16 +03:00
Marc Mogdanz
8dffaa2cd6 docs: use APIRoute instead of Route for tanstack start api routes (#943)
* fix(docs): use `APIRoute` instead of `Route` for tanstack start api routes

* fix(cli): remove unused import in drizzle schema
2024-12-20 20:59:52 +03:00
dependabot[bot]
b26cdf9cda chore(deps): bump astro in /examples/astro-example (#937)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.9 to 4.16.17.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@4.16.17/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.17/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 09:41:56 +03:00
Stephen Zhou
d8a264871f refactor(expo): make storage required (#931) 2024-12-18 13:03:49 +03:00
dependabot[bot]
efa26f662f chore(deps): bump astro from 4.15.9 to 4.16.1 in /examples/astro-example (#855)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.9 to 4.16.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 19:00:45 +03:00
Multinite
35b4ecbc9e docs: remove react warning on svg attributes (#834) 2024-12-09 08:51:22 +03:00
Bereket Engida
3678fa18bc chore: upgrade workspace deps 2024-12-07 11:39:22 +03:00
Bereket Engida
80c643ae57 chore: update expo example 2024-12-03 19:38:19 +03:00
Bereket Engida
339a7fb586 fix: vue client store type inference 2024-11-27 22:14:40 +03:00
Bereket Engida
7799504738 chore: fix tanstack demo 2024-11-15 16:36:32 +03:00
Bereket Engida
6892ef93e4 fix: verification sorting 2024-11-15 15:03:56 +03:00
Bereket Engida
00ace72b6b chore: fix remix example 2024-11-12 14:25:28 +03:00
Bereket Engida
6c4c482dbf feat: nextjs plugin (#493) 2024-11-11 20:54:21 +03:00
Bereket Engida
1acb34b96e fix: mysql date conversion (#492) 2024-11-11 16:57:50 +03:00
Bereket Engida
90e14b8bcc fix: change dontRemeberMe to remeberMe (#476) 2024-11-10 08:52:45 +03:00
Bereket Engida
0a51955323 fix: handle web expections on expo 2024-11-09 09:28:48 +03:00
Bereket Engida
c0f6b26e8e fix: svelte type breaking on useSession 2024-11-07 12:30:09 +03:00
Bereket Engida
6c1b1d3c6b fix: tsc failing on deployment (#407) 2024-11-04 01:12:38 +03:00
Bereket Engida
86078c6d6e chore: update expo example readme 2024-11-03 02:15:07 +03:00
Bereket Engida
49d5a6a842 fix: expo origin check failing 2024-11-03 00:18:07 +03:00
Bereket Engida
ae7068dcff chore: fix deployment 2024-11-02 11:48:08 +03:00
Bereket Engida
2ef34158e0 fix: astro example (#385) 2024-11-01 10:34:12 +03:00
Bereket Engida
3f46e12377 chore: fix lock file 2024-11-01 09:47:45 +03:00
Bereket Engida
1532f0b3e1 feat: custom cookie names and attributes (#382) 2024-11-01 09:45:47 +03:00
Bereket Engida
cce28070ee feat: expo plugin (#375) 2024-11-01 09:24:14 +03:00
Bereket Engida
b822836954 feat: expose client store (#365) 2024-10-31 13:00:01 +03:00
Bereket Engida
5e0edd35c2 chore:lint 2024-10-30 09:20:44 +03:00
Bereket Engida
5340835ef2 example: add 2fa and clean up tanstack example 2024-10-30 09:07:11 +03:00
LovelessCodes
a744354d88 feat: add TanStack Start integration 2024-10-29 23:36:06 +03:00
Bereket Engida
9ecbf9751c chore: fix remix example 2024-10-28 13:02:38 +03:00
Bereket Engida
1c7606d61e refactor: remove user prefix from endpoints (#358) 2024-10-28 12:33:59 +03:00
Bereket Engida
e72f4597a0 demo: change next middleware 2024-10-27 23:05:39 +03:00
Bereket Engida
3f09cb072f refactor: append scope and google access type 2024-10-24 11:31:24 +03:00
Nicolas Vargas
ba83ae8071 docs: fix typo .env.example (#303) 2024-10-23 09:17:06 +03:00
Daniel Roe
c7be5615d7 chore: fix github capitalisation (#297) 2024-10-23 01:48:15 +03:00
Bereket Engida
c169045c72 fix: log on error instead of throw (#290) 2024-10-22 09:24:26 +03:00
Bereket Engida
29c698286a feat: require verification before enabling twofactor (#276) 2024-10-21 14:12:57 +03:00
Bereket Engida
9feed3a587 feat: update username and sign up email should allow username 2024-10-21 08:16:43 +03:00
Bereket Engida
dbd91509a3 chore: update nextjs example 2024-10-21 08:16:42 +03:00
Mats
503a95987f fix: fetch error on same app (#234) 2024-10-19 06:47:47 +03:00
Bereket Engida
fb627169a0 docs: add nuxt middleware guide 2024-10-18 10:15:38 +03:00
Bereket Engida
285fbf71ff chore: fix demo deps 2024-10-17 23:06:46 +03:00
Bereket Engida
ab0d9cc309 feat: support useSession ssr for nuxt (#209) 2024-10-17 22:14:56 +03:00