Commit Graph

33 Commits

Author SHA1 Message Date
Francesco Paolo Severino bf81c16fca
Translate alert titles in Italian (#1076)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2025-04-05 11:59:48 +02:00
Pedro Peçanha 47ee8bf16c
Adding a "in" keyword in JWT's post route example. (#1065)
<!-- 🚀 Thank you for contributing! -->
There was a "in" keyword missing in the post route example for signing
JWTs. The keyword was simply added to the code snippet.
<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-03-06 15:33:35 +00:00
Tim Condon 822e65cb07
Auth Docs Strict Concurrency Checking (#1062)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2025-02-11 00:27:50 +00:00
TheHandyOwl 21903c4c55
Feature/translation EN > ES jwt.es.md file (#1036)
NEW: translation EN (current jwt.md file) to ES (new jwt.es.md file)

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2025-01-14 22:36:55 +00:00
William Adonis ba469d0d82
fix(jwt.md): changed "botha" to "both a" (#1046)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-01-14 10:48:47 +00:00
Ale Mohamad ⌘ 512138578a
Update dependency in security/jwt.md translations (#1035)
Update dependency in security/jwt.md translations:

- Chinese
- Dutch
- English
- German
2024-12-16 15:40:03 +00:00
Ale Mohamad ⌘ 225ba89e32
Add Spanish translation for security/passwords.md (#1027)
Add Spanish translation for security/passwords.md

---------

Co-authored-by: TheHandyOwl <24987271+TheHandyOwl@users.noreply.github.com>
2024-12-11 10:22:00 +01:00
Ale Mohamad ⌘ b730969b75
Add Spanish translation for security/crypto.md (#1026)
Add Spanish translation for security/crypto.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2024-12-10 18:32:44 +01:00
Paul Toffoloni 15f64e2eb5
JWT docs overhaul (#1001)
Update JWT docs for v5
2024-10-03 15:51:13 +00:00
Ale Mohamad ⌘ 76f1dcabcf
Add Spanish translation for security/authentication.md (#989)
Add Spanish translation for security/authentication.md
2024-09-06 16:16:06 +00:00
Francesco Paolo Severino b9221c3bdd
Add Italian translation of `crypto` and `passwords` (#1002) 2024-09-04 15:58:45 +02:00
Philip Lesche c2f2b32aaf
jwt.de.md german translation for #977 (#997)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
2024-08-11 03:05:59 +01:00
Fang Ling 0005a29eba
fix typo & add missing 'with' argument label (#980) 2024-05-20 16:07:08 +00:00
Paul Toffoloni 7597c7f464
Update JWT references for JWTKit 5 (#977)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2024-05-15 09:48:48 +00:00
Dominik K 798becd593
Translate authentication.md to german (#889)
Adds the correct and finished German translation for the
authentication.md file. Also fixes the index.de.md translation!

This is the complete and improved version of #827

---------

Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Mattes Mohr <mail@mattesmohr.de>
2023-11-14 18:47:24 +01:00
Paul Toffoloni 3fa1e50c1d
Translate authentication to Italian (#919)
Co-authored-by: Francesco Paolo Severino <96546612+fpseverino@users.noreply.github.com>
2023-10-03 09:32:57 +02:00
JIN 88787856cd
update cn doc (#886) 2023-08-07 12:02:20 +08:00
Stephen Beitzel 98ef20c9d7
Add a tip about model middleware to authentication example (#863)
The example we use for `ModelAuthenticatable` is a `User` identified by
an email address. Email addresses are case-insensitive, while the
`ModelAuthenticatable` that ships with `Fluent` is case sensitive. This
means that an application that follows the example naively would
consider `SomeUser@example.com` and `someuser@example.com` to be two
different users. This is easily addressed with model middleware that
converts the email address to lowercase before saving a `User`, but that
example is elsewhere in the documentation.

This change simply calls out this possibility in a tip section and links
to the model middleware section of the docs.
2023-08-05 16:45:05 +00:00
BennyDB 5af530683a
Translation/dutch759 766 767 (#779) 2023-03-08 17:15:58 +00:00
JIN 598a10751e
update cn doc (#769)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-19 13:41:10 +00:00
Henrik Christensen affde5fb5d
add note about session cookie (#760)
* add tip about session cookie

* change tip -> note

* add suggested change

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-05 20:42:05 +00:00
Cristian Cardoso c5bc73f599
Fix typo in Documentation - Protecting Routes Section (#755) 2022-12-29 13:38:34 +00:00
JIN 4eb478e78b
fix annotation style (#725) 2022-09-05 21:10:20 +08:00
JIN 475e4cbd13
Add security authentication translation (#720)
* add authentication
2022-09-03 13:31:12 +08:00
JIN f12a08146e
Add security jwt translation (#717) 2022-08-24 22:37:38 +08:00
BennyDB 9021f4cad8
Dutch translation added for PR 700 and PR 702 (#706)
* Translate PR 702 to dutch

* Translate  PR 700 to dutch
2022-08-15 13:51:25 +01:00
Kyle Stubblefield 0fe2c349f5
Added closure documentation for redirect (#700) 2022-08-13 15:44:20 +01:00
BennyDB 4c731052e8
Add dutch translation (#667)
* Add navigation translations

* Vertaal linux.md

* Fix typo

* Translate macos page

* Translate hello-world

* Translate folder structure

* Translate SPM.md

* Translate Xcode.md

* Translate routing

* Translate Validation.md

* Translate logging.md

* Translate controllers

* translate Errors.md

* Translate environment.md

* Translate content.md

* Translated client.md

* Translate async.md

* Translate security/passwords

* Translate security/crypto

* Translated security/jwt

* Translate security/authentication

* Translate redis/sessions

* translate redis/overview.md

* fix list issue in redis/overview

* translate legacy-docs.md

* translate leaf/custome-tags

* translate leaf/getting-started

* translate leaf/overview

* translate fluent/transaction

* translate fluent/migration

* translate fluent/schema

* translate fluent/relations

* translate fluent/query

* translate fluent/advanced

* translate fluent/overview

* Partially translate fluent/model

* Translate fluent/model

* Fix link in fluent/schema

* Add note for future update to the page

* Put the note in the right file

* Translate advanced/commands

* Translate advanced/files

* Translate advanced/middleware

* Translate advanced/websockets

* Translate advanced/testing

* Translate advanced/sessions

* Translate advanced/services

* Translate advanced/server

* Translate advanced/queues

* Translate deploy/systemd

* Translate deploy/supervisor

* Translate deploy/nginx

* Translate deploy/heroku

* Translate deploy/docker

* Translate deploy/digital-ocean

* Translate advanced/APNS

* Translate upgrading

* Fix dead link in custom-tags nl

* Translate contributing/contributing

* Fix routing links

* Add nav translationg for contributing

* Switch out ecdsa vs rsa article to avoid dead links

* Fix issue with dead links

* Change translation based on feedback

* Edits based on feedback
2022-08-12 14:42:58 +02:00
JIN dc4ee47599
Add security cryto & passwords translation (#698) 2022-08-12 20:26:52 +08:00
Daniel Inoa c717d69574
Update authentication.md (#691) 2022-07-26 11:39:49 +01:00
kazogihara 41b5c4133b
Add dead link check CI (#679) 2022-07-21 14:52:35 +01:00
Tim b27a6dfeb4
Renamed gettingstarted to getting-started for SEO 2022-05-15 05:14:36 +01:00
晋先森 fee911560f
Support Chinese doc for Vapor. (#664)
* # Support Chinese doc for Vapor.

* # Added `zh/` path for searchIndex file.
2022-05-15 05:07:28 +01:00