mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-14 17:03:00 +08:00
Support webauthn (#17957)
Migrate from U2F to Webauthn Co-authored-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
.eslintrcmodules.txt
cmd
custom/conf
docs/content/doc/advanced
go.modgo.summodels
auth
fixtures
migrations
modules
options/locale
package-lock.jsonpackage.jsonpublic/vendor/plugins/u2f
routers/web
services
templates
base
user
auth
settings/security
vendor
github.com
cloudflare/cfssl
duo-labs/webauthn
LICENSE.txt
metadata
protocol
assertion.goattestation.goattestation_androidkey.goattestation_apple.goattestation_packed.goattestation_safetynet.goattestation_tpm.goattestation_u2f.goauthenticator.gobase64.gochallenge.goclient.gocredential.godoc.goentities.goerrors.goextensions.go
googletpm
options.gosignature_algorithms.gowebauthncose
webauthn
fxamacker/cbor/v2
.gitignore.golangci.ymlCBOR_BENCHMARKS.mdCBOR_GOLANG.mdCODE_OF_CONDUCT.mdCONTRIBUTING.mdLICENSEREADME.mdcache.godecode.godoc.goencode.gogo.modgo.sumstream.gostructfields.gotag.govalid.go
golang-jwt/jwt
google/certificate-transparency-go
.gitignore.travis.ymlAUTHORSCHANGELOG.mdCONTRIBUTING.mdCONTRIBUTORSLICENSEREADME.md
asn1
cloudbuild_tag.yamlgometalinter.jsonserialization.gosignatures.gotls
types.gox509
cert_pool.gocurves.goerror.goerrors.gonames.gonilref_nil_darwin.gonilref_zero_darwin.gopem_decrypt.gopkcs1.gopkcs8.go
pkix
ptr_sysptr_windows.goptr_uint_windows.gorevoked.goroot.goroot_bsd.goroot_cgo_darwin.goroot_darwin.goroot_darwin_armx.goroot_linux.goroot_nacl.goroot_nocgo_darwin.goroot_plan9.goroot_solaris.goroot_unix.goroot_windows.gorpki.gosec1.gotest-dir.crttest-file.crtverify.gox509.gomarkbates/goth
satori/go.uuid
x448/float16
golang.org/x/crypto
cryptobyte
pkcs12
web_src
webpack.config.js@ -63,7 +63,7 @@ import {
|
||||
initRepoSettingSearchTeamBox,
|
||||
} from './features/repo-settings.js';
|
||||
import {initOrgTeamSearchRepoBox, initOrgTeamSettings} from './features/org-team.js';
|
||||
import {initUserAuthU2fAuth, initUserAuthU2fRegister} from './features/user-auth-u2f.js';
|
||||
import {initUserAuthWebAuthn, initUserAuthWebAuthnRegister} from './features/user-auth-webauthn.js';
|
||||
import {initRepoRelease, initRepoReleaseEditor} from './features/repo-release.js';
|
||||
import {initRepoEditor} from './features/repo-editor.js';
|
||||
import {initCompSearchUserBox} from './features/comp/SearchUserBox.js';
|
||||
@ -163,7 +163,7 @@ $(document).ready(() => {
|
||||
|
||||
initUserAuthLinkAccountView();
|
||||
initUserAuthOauth2();
|
||||
initUserAuthU2fAuth();
|
||||
initUserAuthU2fRegister();
|
||||
initUserAuthWebAuthn();
|
||||
initUserAuthWebAuthnRegister();
|
||||
initUserSettings();
|
||||
});
|
||||
|
Reference in New Issue
Block a user