Stavros
|
6bf444010b
|
feat: add nonce claim support to oidc server (#686)
* feat: add nonce claim support to oidc server
* fix: review feedback
|
2026-03-04 15:34:11 +02:00 |
|
dependabot[bot]
|
36e0fc588d
|
chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1 in /frontend (#636)
* chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1 in /frontend
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.2 to 10.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 10.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: fix eslint errors
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stavros <steveiliop56@gmail.com>
|
2026-02-15 19:02:28 +02:00 |
|
Stavros
|
f08d8593ea
|
refactor: rework frontend use effect calls (#630)
* refactor: rework frontend use effect calls
* fix: rabbit comments
* fix: handle empty oauth url in login page
|
2026-02-07 12:01:19 +02:00 |
|
Stavros
|
671343f677
|
feat: oidc (#605)
* chore: add oidc base config
* wip: authorize page
* feat: implement basic oidc functionality
* refactor: implement oidc following tinyauth patterns
* feat: adapt frontend to oidc flow
* fix: review comments
* fix: oidc review comments
* feat: refresh token grant type support
* feat: cleanup expired oidc sessions
* feat: frontend i18n
* fix: fix typo in error screen
* tests: add basic testing
* fix: more review comments
* refactor: rework oidc error messages
* feat: openid discovery endpoint
* feat: jwk endpoint
* i18n: fix typo
* fix: more rabbit nitpicks
* fix: final review comments
* i18n: authorize page error messages
|
2026-02-01 19:00:59 +02:00 |
|
Stavros
|
6c90046343
|
feat: add option to disable ui warnings
|
2025-11-21 17:37:08 +02:00 |
|
Stavros
|
318f00993e
|
Feat/new UI (#153)
* wip
* feat: make forms functional
* feat: finalize pages
* chore: remove unused translations
* feat: app context
* feat: user context
* feat: finalize username login
* fix: use correct tab order in login form
* feat: add oauth logic
* chore: update readme and assets
* chore: rename docs back to assets
* feat: favicons
* feat: custom background image config option
* chore: add acknowledgements for background image
* feat: sanitize redirect URL
* feat: sanitize redirect URL on check
* chore: fix dependabot config
* refactor: bot suggestions
* fix: correctly redirect to app and check for untrusted redirects
* fix: run oauth auto redirect only when there is a redirect URI
* refactor: change select color
* fix: fix dockerfiles
* fix: fix hook rendering
* chore: remove translations cdn
* chore: formatting
* feat: validate api response against zod schema
* fix: use axios error instead of generic error in login page
|
2025-05-20 17:17:12 +03:00 |
|
Stavros
|
773942dc3b
|
feat: add support for auto redirecting to oauth providers
|
2025-05-01 14:18:26 +03:00 |
|