Moving GitHub repositories to organization account

Today I finally cleaned up my GitHub account and moved all important repositories to the organization account. From now this will be home for everything that can be used by others in their projects. These repositories will almost certainly not disappear, and projects can be considered as stable. A private account is my own sandbox – there are no rules here. 🙂 It mainly contains forks of projects where I contribute to and test repositories. Nothing interesting. 🙂

yii2-simple-auth v1.0.0

Today I released new extension for Yii 2yii2-simple-auth. It provides components for easy authenticate and validate the HTTP request. Each request gets its own unique token with the expiration time, so no passwords or keys are sent with the request – it should be safer than basic access authentication when you don’t use https. Read README on GitHub to get more info.

In addition I create simple helper for official HTTP client for Yii 2 – yii2-simple-auth-yii-authenticator.  It simplify authenticating requests generated by official yii2-httpclient.

Both extensions are already used for some time on Salenauts and Łowcy Gier to authenticate communication with internal API, so you can consider it as tested and stable :).