Commit Graph

10 Commits

Author SHA1 Message Date
ee980e2a00
fix(openid): use the calculated redirect url when authenticating with openid providers
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/desktop/issues/12
2024-01-28 12:42:45 +01:00
67216579bc
fix(auth): correctly construct redirect url from current window href
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-25 14:24:30 +01:00
e98e5a0d2f
fix(openid): use the full path when building the redirect url, not only the host
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/api#1661
2023-12-20 13:23:56 +01:00
b719766062 redirect to oidc provider if configured correctly (#2805)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: konrad <k@knt.li>
Reviewed-on: #2805
Reviewed-by: konrad <k@knt.li>
Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-committed-by: viehlieb <pf@pragma-shift.net>
2023-01-11 21:17:53 +00:00
4655e1ce34
feat: update eslint config
All checks were successful
continuous-integration/drone/pr Build is passing
support async component, see: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
2022-10-04 13:45:16 +02:00
Dominik Pschenitschni
63fb8a1962 feat: Login script setup (#2417)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2417
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-01 15:58:39 +00:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
b7aa7891e9 feat: redirect to calculated url everywhere 2021-12-17 15:41:11 +00:00
35c861b711
feat: create randomId helper and use everywhere
Co-authored-by: konrad <konrad@kola-entertainments.de>
2021-10-11 18:08:32 +02:00
3aa316988b
Directly redirect to the openid auth provider if that's the only auth method
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-15 12:02:29 +02:00