This website requires JavaScript.
Explore
Help
Sign In
techies
/
authelia
Watch
1
Star
0
Fork
0
You've already forked authelia
mirror of
https://github.com/0rangebananaspy/authelia.git
synced
2024-09-14 22:47:21 +07:00
Code
Issues
Projects
Releases
Wiki
Activity
090a74299f
authelia
/
shared
/
AuthenticationLevel.ts
8 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Almost full authentication workflow with U2F and TOTP.
2019-01-14 03:35:46 +07:00
enum
Level
{
NOT_AUTHENTICATED
=
0
,
ONE_FACTOR
=
1
,
TWO_FACTOR
=
2
Replace material-UI by material-components-web.
2019-01-26 21:29:12 +07:00
}
Almost full authentication workflow with U2F and TOTP.
2019-01-14 03:35:46 +07:00
Replace material-UI by material-components-web.
2019-01-26 21:29:12 +07:00
export
default
Level
;
Reference in New Issue
Copy Permalink