mirror of
https://github.com/Rast1234/VkNet.TokenMagic.git
synced 2026-07-09 17:19:12 +00:00
added notes
This commit is contained in:
parent
3ae3e13818
commit
d0d027bad3
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -37,6 +37,13 @@ How it works:
|
|||
```
|
||||
[Full test project is here](https://github.com/Rast1234/VkNet.TokenMagic/blob/master/Example/Program.cs)
|
||||
|
||||
## Notes
|
||||
* Cache token if possible!
|
||||
* Authentication flow might be broken in non-trivial cases (2FA, captcha, etc)
|
||||
* Had to reinvent RestClient with underlying HttpClient
|
||||
* No dependencies on ProtocolBuffers
|
||||
* No dependencies on external services except Gooogle
|
||||
|
||||
|
||||
# Readme Русский
|
||||
|
||||
|
|
@ -74,3 +81,10 @@ How it works:
|
|||
});
|
||||
```
|
||||
[Полный тестовый проект здесь](https://github.com/Rast1234/VkNet.TokenMagic/blob/master/Example/Program.cs)
|
||||
|
||||
## Заметки
|
||||
* Кэшируйте токен, если возможно!
|
||||
* Аутентификация может быть сломана в нетривиальных случаях (2-х факторная, капча, и тд)
|
||||
* Пришлось переизобретать RestClient с используемым HttpClient
|
||||
* Нет зависимости от ProtocolBuffers
|
||||
* Нет зависимости от внешних сервисов, помимо Google
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue