-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jwt.de.md german translation for #977 #997
Conversation
This is my first contribution to the Git community and the processing of open issues. Since I am German and my native language level is German, I hoped to be able to offer added value here. Hopefully I could help and of course I'm looking forward to your feedback. |
Here I have made the translation into German. Unfortunately I could not find the desired label(translation-update) to add it to the request. Clarification would be great here so that I can take it into account in the future. |
Thanks @plse73 ! I've added the label, it might be you need to scroll to see it or not have permissions yet. I'll leave this for a bit to see if anyone wants to proof read! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! I have a few nits about using a consistent Anrede in the whole file. Also let's make sure the spacing around titles etc is consistent (e.g leave a space below (sub)titles). Looks good otherwise
docs/security/jwt.de.md
Outdated
app.jwt.google.gSuiteDomainName = "..." | ||
``` | ||
|
||
Verwenden Sie dann die Hilfe `req.jwt.google`, um ein Google JWT zu holen und zu überprüfen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
docs/security/jwt.de.md
Outdated
|
||
### Microsoft | ||
|
||
Konfigurieren Sie zunächst die Kennung Ihrer Microsoft-Anwendung. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
docs/security/jwt.de.md
Outdated
Konfigurieren Sie zunächst die Kennung Ihrer Microsoft-Anwendung. | ||
|
||
```swift | ||
// Konfigurieren Sie die Kennung der Microsoft-App. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
docs/security/jwt.de.md
Outdated
app.jwt.microsoft.applicationIdentifier = "..." | ||
``` | ||
|
||
Verwenden Sie dann die Hilfsfunktion `req.jwt.microsoft`, um ein Microsoft JWT abzurufen und zu überprüfen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
tag changes Co-authored-by: Paul Toffoloni <[email protected]>
small tag changes Co-authored-by: Paul Toffoloni <[email protected]>
singular Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
tag changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
salutation changes Co-authored-by: Paul Toffoloni <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your detailed feedback and comments regarding my mistakes. I hope that I have made the correction in a way that it is now visible. I had a note regarding one of the corrections.
Best regards,
Philip
docs/security/jwt.de.md
Outdated
Sie können dieses JSON Web Key Set (JWKS) zu Ihren `JWTSigners` hinzufügen. | ||
Sie können dann JWTs von Apple an die Methode `verify` übergeben. Der Schlüsselbezeichner (`kid`) im JWT-Header wird verwendet, um automatisch den richtigen Schlüssel für die Verifizierung auszuwählen. | ||
|
||
JWT-Herausgeber können ihre JWKS rotieren, was bedeutet, dass Sie gelegentlich einen neuen Download durchführen müssen. Siehe Vapor's unterstützte JWT [Vendors](#vendors) Liste unten für APIs, die dies automatisch tun. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JWT-Herausgeber können ihre JWKS rotieren, was bedeutet, dass du gelegentlich einen neuen Download durchführen musst. Siehe Vapor's unterstützte JWT Vendors Liste unten für APIs, die dies automatisch tun.
Thanks for your solution, but in this context it should read "musst"
Yep that's a typo on me! |
@ptoffy do I have to do anything else, because the merging is blocked for me. I am not an authorized user for this branch. How do I proceed? |
No description provided.