This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web
Jens L 8708e487ae
stages: add WebAuthn stage (#550)
* core: add User.uid for globally unique user ID

* admin: fix ?next for Flow list

* stages: add initial webauthn implementation

* web: add ak-flow-submit event to submit flow stage

* web: show error message for webauthn registration

* admin: fix next param not redirecting correctly

* stages/webauthn: remove form

* stages/webauthn: add API

* web: update flow diagram on ak-refresh

* stages/webauthn: add initial authentication

* stages/webauthn: initial authentication implementation

* web: cleanup webauthn utils

* stages: rename otp_* to authenticator and move webauthn to authenticator

* docs: fix broken links

* stages/authenticator_*: fix template paths

* stages/authenticator_validate: add device classes

* stages/authenticator_webauthn: implement django_otp.devices

* stages/authenticator_*: update default stage names

* web: add button to create stage on flow page

* web: don't minify HTML, remove nbsp

* admin: fix typo in stage list

* stages/*: use common base class for stage serializer

* stages/authenticator_*: create default objects after rename

* tests/e2e: adjust stage order
2021-02-17 20:49:58 +01:00
..
authentik/sources wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
icons web: fix icons not being included in static container 2020-12-12 21:49:00 +01:00
src stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.eslintignore web: switch to eslint 2020-12-01 09:47:22 +01:00
.eslintrc.json web: add notification 'mark as seen' button 2021-01-16 19:09:03 +01:00
.gitignore web: remove dist from git 2020-11-30 12:50:08 +01:00
Dockerfile web: also use json logs for static parts 2021-02-12 00:00:11 +01:00
azure-pipelines.yml ci: fix warning when setting branchName in PR 2021-02-05 00:38:08 +01:00
nginx.conf web: also use json logs for static parts 2021-02-12 00:00:11 +01:00
package-lock.json stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
package.json stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
robots.txt root: move webapp to /web (#347) 2020-11-28 19:43:42 +01:00
rollup.config.js stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
tsconfig.json web: further cleanup, more linting 2020-12-02 15:44:40 +01:00