# WIP - OAuth

Nesse livros utilizamos até então um acesso simples ao serviço. Basta mandar um requisição e você tem q resposta. Também vimos esse trafego usando um Token simples chumbado em nosso projeto.  Porém, e se nós precisarmos integrar em um API que não utiliza um mecanismo simples de token? E se precisarmos realizar uma requisição em nome de um usuário? Ou permitir que o usuário faça login em nosso aplicativo usando contas de terceiros, por exemplo,  Google, X ou Github.

Nessa unidade entenderemos melhor sobre *OAuth* para entendermos seu poder e no que pode nos ajudar a criar um serviço incrível.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://consumindo-apis-com-elixir.cafecomelixir.com.br/em-breve/wip-oauth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
