Commit cb7131ed by Paul Klimov

Merge branch 'master' of github.com:yiisoft/yii2

parents 5ad6ba5c 00968a9a
......@@ -112,7 +112,7 @@ Segurança
* [Autorização](security-authorization.md)
* [Trabalhando com Senhas](security-passwords.md)
* **TBD** [Auth Clients](security-auth-clients.md)
* **TBD** [Melhores Práticas](security-best-practices.md)
* [Melhores Práticas](security-best-practices.md)
Cache
......
......@@ -43,3 +43,4 @@ usando o framework.
- Facebook: <https://www.facebook.com/groups/yiitalk/>
- Twitter: <https://twitter.com/yiiframework>
- LinkedIn: <https://www.linkedin.com/groups/yii-framework-1483367>
- Stackoverflow: <http://stackoverflow.com/questions/tagged/yii2>
\ No newline at end of file
......@@ -12,3 +12,6 @@ the core developers.
messages should be translated when these are displayed to non-tech end user and make sense to him. HTTP status messages,
exceptions about the code etc. should not be translated. Console messages are always in English because of encoding
and codepage handling difficulties.
3. **[Adding new auth client support](https://github.com/yiisoft/yii2/issues/1652)**
For better maintenability, we will not add any additional auth clients to the core extension. They should be done
in terms of user extensions.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment