feat-dev: add U2F iframe for desktop client authentication (#2236)

This commit is contained in:
Karol Sójko
2023-03-07 00:52:35 +01:00
committed by GitHub
parent e5ca69fc8e
commit cf5330d7cf
25 changed files with 362 additions and 73 deletions

View File

@@ -0,0 +1,3 @@
export const ValidAppViewRoutes = ['u2f'] as const
export type AppViewRouteParam = typeof ValidAppViewRoutes[number]