You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/dist/settings-vue-settings-perso...

3 lines
40 KiB

/*! For license information please see settings-vue-settings-personal-webauthn.js.LICENSE.txt */
(()=>{var e,n={21923:(e,n,r)=>{"use strict";var i=r(20144),a=r(43554),s=r(7820),o=(r(65509),r(66415)),l=r.n(o);const c=(0,r(17499).IY)().setApp("settings").detectUser().build();var u=r(93664),d=r(79753),p=r(25108);const h=t=>e=>(c.debug(t),e),f=Object.freeze({READY:1,REGISTRATION:2,NAMING:3,PERSIST:4}),g={name:"AddDevice",props:{httpWarning:Boolean,isHttps:{type:Boolean,default:!1},isLocalhost:{type:Boolean,default:!1}},data:()=>({name:"",credential:{},RegistrationSteps:f,step:f.READY}),methods:{arrayToBase64String:t=>btoa(String.fromCharCode(...t)),start(){return this.step=f.REGISTRATION,p.debug("Starting WebAuthn registration"),(0,s.Z)().then(this.getRegistrationData).then(this.register.bind(this)).then((()=>{this.step=f.NAMING})).catch((t=>{p.error(t.name,t.message),this.step=f.READY}))},getRegistrationData:()=>(p.debug("Fetching webauthn registration data"),async function(){const t=(0,d.generateUrl)("/settings/api/personal/webauthn/registration");return(await u.Z.get(t)).data}().then((t=>(p.debug(t),t.challenge=Uint8Array.from(function(t){const e=(t=t.replace(/-/g,"+").replace(/_/g,"/")).length%4;if(e){if(1===e)throw new Error("InvalidLengthError: Input base64url string is the wrong length to determine padding");t+=new Array(5-e).join("=")}return window.atob(t)}(t.challenge),(t=>t.charCodeAt(0))),t.user.id=Uint8Array.from(t.user.id,(t=>t.charCodeAt(0))),t))).catch((e=>{throw p.error("Error getting webauthn registration data from server",e),new Error(t("settings","Server error while trying to add WebAuthn device"))}))),register(t){return p.debug("starting webauthn registration"),navigator.credentials.create({publicKey:t}).then((t=>{this.credential={id:t.id,type:t.type,rawId:this.arrayToBase64String(new Uint8Array(t.rawId)),response:{clientDataJSON:this.arrayToBase64String(new Uint8Array(t.response.clientDataJSON)),attestationObject:this.arrayToBase64String(new Uint8Array(t.response.attestationObject))}}}))},submit(){return this.step=f.PERSIST,(0,s.Z)().then(h("confirmed password")).then(this.saveRegistrationData).then(h("registration data saved")).then((()=>this.reset())).then(h("app reset")).catch(p.error.bind(this))},async saveRegistrationData(){try{const t=await async function(t,e){const n=(0,d.generateUrl)("/settings/api/personal/webauthn/registration");return(await u.Z.post(n,{name:t,data:e})).data}(this.name,JSON.stringify(this.credential));c.info("new device added",{device:t}),this.$emit("added",t)}catch(e){throw c.error("Error persisting webauthn registration",{error:e}),new Error(t("settings","Server error while trying to complete WebAuthn device registration"))}},reset(){this.name="",this.registrationData={},this.step=f.READY}}};var v=r(93379),y=r.n(v),m=r(7795),A=r.n(m),b=r(90569),w=r.n(b),x=r(3565),_=r.n(x),R=r(19216),I=r.n(R),W=r(44589),S=r.n(W),C=r(51705),E={};E.styleTagTransform=S(),E.setAttributes=_(),E.insert=w().bind(null,"head"),E.domAPI=A(),E.insertStyleElement=I(),y()(C.Z,E),C.Z&&C.Z.locals&&C.Z.locals;var O=r(51900);const k=(0,O.Z)(g,(function(){var t=this,e=t._self._c;return t.isHttps||t.isLocalhost?e("div",[t.step===t.RegistrationSteps.READY?e("div",[e("button",{on:{click:t.start}},[t._v("\n\t\t\t"+t._s(t.t("settings","Add WebAuthn device"))+"\n\t\t")])]):t.step===t.RegistrationSteps.REGISTRATION?e("div",{staticClass:"new-webauthn-device"},[e("span",{staticClass:"icon-loading-small webauthn-loading"}),t._v("\n\t\t"+t._s(t.t("settings","Please authorize your WebAuthn device."))+"\n\t")]):t.step===t.RegistrationSteps.NAMING?e("div",{staticClass:"new-webauthn-device"},[e("span",{staticClass:"icon-loading-small webauthn-loading"}),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.name,expression:"name"}],attrs:{type:"text",placeholder:t.t("settings","Name your device")},domProps:{value:t.name},on:{":keyup":function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.submit.apply(null,arguments)},input:function(e){e.target.composing||(t.name=e.target.value)}}}),t._v(" "),e("button",{on:{click:t.submit}},[t._v("\n\t\t\t"+t._s(t.t("settings","Add"))
//# sourceMappingURL=settings-vue-settings-personal-webauthn.js.map?v=6eb5a36145c1c5a763a1