-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
🌐 Add Portuguese translation for docs/tutorial/security/first-steps.md
#3615
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
🌐 Add Portuguese translation for docs/tutorial/security/first-steps.md
#3615
Conversation
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
…nslation-pt-tutorial-security-first-steps
Codecov Report
@@ Coverage Diff @@
## master #3615 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 409 409
Lines 10244 10244
=========================================
Hits 10244 10244 Continue to review full report at Codecov.
|
|
📝 Docs preview for commit b7bc026 at: https://61000398f2bc8a00c7cf44e4--fastapi.netlify.app |
|
Poderiam fazer um review da tradução? 😅 |
stlucasgarcia
left a comment
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.
Tenho algumas sugestões
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
Co-authored-by: Lucas <61513630+lsglucas@users.noreply.github.com>
|
📝 Docs preview for commit 11e83dc at: https://61029b852dce1908590f4f59--fastapi.netlify.app |
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
|
📝 Docs preview for commit c3a9370 at: https://6103524fc32597b2ec0b9bef--fastapi.netlify.app |
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
…//github.com/oandersonmagalhaes/fastapi into translation-pt-tutorial-security-first-steps
|
📝 Docs preview for commit 83ec4fd at: https://61035433b5a66eb2c49accc9--fastapi.netlify.app |
…nslation-pt-tutorial-security-first-steps
|
📝 Docs preview for commit 9cd7ae4 at: https://6104964f415ce02bac626802--fastapi.netlify.app |
…nslation-pt-tutorial-security-first-steps
|
📝 Docs preview for commit 35e0159 at: https://611567c5a027991031c7a9af--fastapi.netlify.app |
| @@ -0,0 +1,179 @@ | |||
| # Segurança - Primeiros passos | |||
|
|
|||
| Vamos imaginar que você tem sua API **backend** em um domínio. | |||
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.
| Vamos imaginar que você tem sua API **backend** em um domínio. | |
| Vamos imaginar que você tem sua **backend** API em um domínio. |
|
|
||
| E você tem um **frontend** em outro domínio ou em um caminho diferente no mesmo domínio (ou em uma aplicação mobile). | ||
|
|
||
| E você quer criar um caminho para o frontend autenticar com o backend, usando **usuário** e **senha**. |
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.
| E você quer criar um caminho para o frontend autenticar com o backend, usando **usuário** e **senha**. | |
| E você quer criar um rota para o frontend autenticar com o backend, usando **usuário** e **senha**. |
|
|
||
| E você quer criar um caminho para o frontend autenticar com o backend, usando **usuário** e **senha**. | ||
|
|
||
| Podemos usar **OAuth2** para criá-lo com o **FastAPI**. |
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.
| Podemos usar **OAuth2** para criá-lo com o **FastAPI**. | |
| Podemos usar **OAuth2** para criá-lo com **FastAPI**. |
|
|
||
| Podemos usar **OAuth2** para criá-lo com o **FastAPI**. | ||
|
|
||
| Mas vamos ganhar o tempo de leitura de longas especificações só para encontrar esses pequenos pedaços de informações que você precisa. |
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.
| Mas vamos ganhar o tempo de leitura de longas especificações só para encontrar esses pequenos pedaços de informações que você precisa. | |
| Mas iremos economizar o tempo de leitura de longas especificações que seriam usados somente para encontrar pequenos pedaços de informações que você precisa. |
I'm not sure about this, but it doesn't look alright 🤔
| <img src="/img/tutorial/security/image01.png"> | ||
|
|
||
| !!! check "Botão de autorização" | ||
| Você já tem um botão "Authorize" novinho em folha. |
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.
I'm not sure if we should use Italic on esttangeirismos... I forgot. 🤔
|
|
||
| <img src="/img/tutorial/security/image02.png"> | ||
|
|
||
| !!! note |
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.
| !!! note | |
| !!! note "Nota" |
|
📝 Docs preview for commit a6c9e8f at: https://611d2c449bb5c900c3d61199--fastapi.netlify.app |
This PR translates the tutorial/security/first-steps.md and add this page to the mkdocs.yml file.