Browse Source

New translations authentication.md (German)

translation_master
Jonathon Hammond 3 years ago
parent
commit
584c3c4aaa
  1. 4
      src/pages/de/build-apps/references/authentication.md

4
src/pages/de/build-apps/references/authentication.md

@ -26,11 +26,11 @@ When a user chooses to authenticate an app, it sends the `authRequest` token to
`https://wallet.hiro.so/...?authRequest=j902120cn829n1jnvoa...`
The authenticator generates the app private key from the user's _identity address private key_ and the app's domain. The app private key serves three functions:
When the authenticator receives the request, it generates an `authResponse` token for the app using an _ephemeral transit key_ . The ephemeral transit key is just used for the particular instance of the app, in this case, to sign the `authRequest`.
The app stores the ephemeral transit key during request generation. The public portion of the transit key is passed in the `authRequest` token. The authenticator uses the public portion of the key to encrypt an _app private key_ which is returned via the `authResponse`.
When the authenticator receives the request, it generates an `authResponse` token for the app using an _ephemeral transit key_ . The ephemeral transit key is just used for the particular instance of the app, in this case, to sign the `authRequest`. The app private key serves three functions:
The authenticator generates the app private key from the user's _identity address private key_ and the app's domain. The app private key serves three functions:
1. It is used to create credentials that give the app access to a storage bucket in the user's Gaia hub
2. It is used in the end-to-end encryption of files stored for the app in the user's Gaia storage.

Loading…
Cancel
Save