wg-easy/docs/content/examples/tutorials
Bernd Storath ac547bbf7c
feat: oauth integration (#2659)
* feat: add Google OAuth login support (#2625)

* 🔧 Add login via google

* 🔧 Update code style and docs

* Add fix for db migrate

* 🔧 Update docker-compose

* 🔧 Fix sqlite"

* 🔧 Update docker-compose

* ⚰️ Remove environments

* 🔧 Fix: remove ensureGoogleIdColumn workaround from sqlite.ts

* 🔧 Remove space

* move oauth section

* add openid client

* wip make oauth more generic

* properly allow multiple providers

* fix type import

* github login flow

* adjust github logo with theme

* move docs to own page

* nullable password, prevent timing attack

this prevents timing attacks by always checking hash even if there is none
prevents using basic auth if 2fa is enabled

* support generic oidc

* add ability to set password for oidc users

this allows oidc users to add password login
cant be removed after

* move password login route

move password login route from /api/session to /api/auth/password
align with oauth

* unique index on oauth

* link/unlink logic

* improve docs

* support allowed domains

* support auto register

* refactoring

* disable pw auth

* move 2fa to its own page

* 2fa for oauth, rework 2fa system

* fix design, fix link

Closes #2650

* add auto launch

* improve docs

* improvements

---------

Co-authored-by: Daniel Molenda <dm@fotc.com>
2026-06-12 13:38:32 +02:00
..
adguard.md docs: Add AdGuard Home tutorial (#2175) 2025-10-08 15:37:48 +02:00
auto-updates.md replace watchtower (#2456) 2026-02-04 08:24:48 +01:00
basic-installation.md feat: oauth integration (#2659) 2026-06-12 13:38:32 +02:00
caddy.md fix typo 2025-09-08 22:10:16 +02:00
docker-run.md Fixes network creation in docker-run.md (#2018) 2025-07-14 09:58:34 +02:00
dockerless.md Feat: Improve Docs (#1791) 2025-04-11 23:25:58 +02:00
podman-nft.md Feat docs (#1814) 2025-04-15 12:43:57 +02:00
reverse-proxyless.md Feat docs (#1814) 2025-04-15 12:43:57 +02:00
routed.md feat(docs): Extend docs for routed setup with nftables (#2380) 2026-01-12 08:21:18 +01:00
traefik.md fix typo 2025-09-08 22:10:16 +02:00