Maxwell
47f14a22cb
docs: new contribution category ( #1174 )
2025-01-21 11:05:17 +03:00
Quan Pham
b1c6b5a5e4
docs: prop names and react key warnings ( #1234 )
...
* fix: docs component props
* fix: props name
2025-01-17 10:47:58 +03:00
Maxwell
b036061263
docs: guide for optimizing for performance ( #1199 )
...
* add(docs): guide for optimizing for performance
* update: reworded some areas
2025-01-14 11:02:25 +03:00
Denys
028bc59b1f
docs: add spotify provider to the sidebar ( #1147 )
...
* fix: add spotify provider to the sidebar
* fix: formatting
2025-01-12 10:46:39 +03:00
Bereket Engida
9f2e45b8c7
chore: cleanup
2025-01-06 14:30:39 +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
4555f92063
feat: OIDC Plugin ( #765 )
2024-12-21 02:12:04 +03:00
Bereket Engida
384ef1c344
feat: hooks ( #916 )
2024-12-20 21:00:14 +03:00
Bereket Engida
f9102b1542
feat: OpenID SSO Provider ( #951 )
2024-12-20 20:08:42 +03:00
Multinite
bf522217d7
docs: add FAQ page to docs ( #875 )
2024-12-14 21:30:42 +03:00
Behon Baker
534cf8a607
docs: nitro Integration ( #694 )
2024-12-12 11:27:31 +03:00
Jay Nguyen
118b22d957
feat: reddit social sign on ( #805 )
2024-12-12 11:26:26 +03:00
Multinite
8daccfd10b
docs(add): your first plugin guide ( #806 )
2024-12-08 11:00:56 +03:00
Multinite
bf34533e4d
docs: community-plugins ( #791 )
2024-12-08 10:59:23 +03:00
Bereket Engida
bc08e25359
feat: OAuth map profile to user ( #731 )
2024-12-03 11:50:10 +03:00
Bereket Engida
d93dc53180
chore:lint
2024-11-23 03:05:31 +03:00
Bereket Engida
1e27706234
feat: open api docs plugin
2024-11-22 22:12:09 +03:00
Bereket Engida
201ea79470
fix: session should update every time when update age set to 0 ( #606 )
2024-11-20 22:36:42 +03:00
Bereket Engida
843bf582ff
docs: add migratino guide icons
2024-11-20 13:45:03 +03:00
Bereket Engida
225d72f39e
docs: remove duplicate examples
2024-11-20 10:04:56 +03:00
Mohammed Ibrahim
b810f55851
docs: add next-auth migration guide ( #584 )
2024-11-19 22:25:14 +03:00
Keean
f2031065ad
docs: fix spelling, grammar, and framework names, and consistency across pages ( #578 )
2024-11-18 12:26:45 +03:00
Bereket Engida
39839ee6b6
docs: add comparison
2024-11-17 12:09:53 +03:00
Bereket Engida
77a80061cc
feat: oAuth proxy plugin ( #438 )
2024-11-06 23:55:19 +03:00
Bereket Engida
2ba1584736
feat: one tap ( #419 )
2024-11-05 01:59:31 +03:00
Mark1
a096490044
feat: add social-provider Gitlab ( #386 )
2024-11-02 12:52:39 +03:00
Bereket Engida
cce28070ee
feat: expo plugin ( #375 )
2024-11-01 09:24:14 +03:00
LovelessCodes
a744354d88
feat: add TanStack Start integration
2024-10-29 23:36:06 +03:00
Bereket Engida
7015962e80
feat: email otp plugin ( #309 )
2024-10-26 23:08:33 +03:00
Bereket Engida
68eaf7e47a
docs: move to fumadocs 14 ( #338 )
2024-10-25 21:54:21 +03:00
Bereket Engida
7d77bc3d5a
docs: fix linkedin icon
2024-10-23 22:45:42 +03:00
Daniel Roe
c7be5615d7
chore: fix github capitalisation ( #297 )
2024-10-23 01:48:15 +03:00
Gregor Wedlich
bc60020dab
feat: linkedin ( #295 )
2024-10-22 22:49:47 +03:00
Gregor Wedlich
c5a876a6de
feat: dropbox ( #286 )
2024-10-22 16:07:27 +03:00
Bereket Engida
05fd1e072d
feat: multi session plugin ( #204 )
2024-10-18 17:27:37 +03:00
Bereket Engida
ed65804dff
refactor: email verification flow ( #203 )
2024-10-17 22:15:19 +03:00
Bereket Engida
e0bc94e001
docs: change jwt icon
2024-10-16 21:15:27 +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
b145d78d6f
feat: add onError and throw error options for APIError ( #162 )
2024-10-13 21:34:09 +03:00
Bereket Engida
dad1a1c09c
docs: add elysia
2024-10-12 21:49:16 +03:00
Bereket Engida
a95a1ab4bd
feat: generic oauth plugin ( #149 )
2024-10-12 02:53:25 +03:00
Bereket Engida
33223fd575
feat: admin plugin ( #117 )
2024-10-11 21:16:21 +03:00
Bereket Engida
95d457f0c0
docs: add security section
2024-10-11 14:38:31 +03:00
Bereket Engida
f6872c563f
chore: remove unused dep
2024-10-11 09:48:39 +03:00
Bereket Engida
c93fbd7922
docs: minor imporvements
2024-10-10 21:27:21 +03:00
Bereket Engida
65d373620a
docs: fix sidebar
2024-10-10 08:50:36 +03:00
Bereket Engida
3817742ce0
feat: Secondary storage ( #127 )
2024-10-09 18:19:40 +03:00
Bereket Engida
438c8e2045
feat: microsoft sso
2024-10-05 10:51:23 +03:00
Kinfe Michael Tariku
f9beea9edc
feat: added anonymous auth plugin ( #88 )
...
* feat: added anonymous auth
* fix: log
* test: add tests
* docs
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2024-10-04 23:04:32 +03:00
Bereket Engida
3cebc3cc1c
docs: add remix toc
2024-10-04 11:13:29 +03:00