mcd-php

Results 11 issues of mcd-php

Bin2hex is too lengthy. Is it strictly mandated by standard, or is anything other proven insecure ? [BearerTokenResponse.php#L35](https://github.com/thephpleague/oauth2-server/blob/317f46b7ae5cde8a27cedbdf0dad743ed4e5bcda/src/ResponseTypes/BearerTokenResponse.php#L35) is asking for something like this: ```php interface Codec { public function...

Improvement Idea

I had to copy-paste [file_env()](https://github.com/docker-library/postgres/blob/972294a377463156c8d61297320c872fc7d370a9/9.6/docker-entrypoint.sh#L8) for shared secrets, and there are some more changes for overall progress. Also, what is the original version of `docker-entrypoint.sh` you started from ? I...

Failed with proper merge attempt, started from docker-library/postgres and manually picked changes from DanielDent/docker-postgres-replication.

... make the project strictly fail installing by separation into three packages: * `base58php` requires `base58php-service` * `base58php-bcmath` provides `base58php-service` * `base58php-gmp` provides `base58php-service` ( [see `provide`](https://getcomposer.org/doc/04-schema.md#provide) )

enhancement

1. JS failed if loaded by AJAX Old issues: - urllib.unquote - str vs. bytes

Сейчас пользователь у меня хранится в ТРЁХ таблицах: родная `auth_user`, `django_ulogin_uloginuser` и `myproject_user_info` из примера [customize/models.py](https://github.com/marazmiki/django-ulogin/blob/master/test_project/customize/models.py) Django умеет [переопределять модель пользователя](https://docs.djangoproject.com/en/1.9/topics/auth/customizing/#auth-custom-user) и теоретически я могу слить вместе `auth_user` и `myproject_user_info`...

need help

Otherwise browsers that support it don't recognize default value

Most social sites\* can give user data by Oauth2 access token. This obviously needs saving user ID along with access code and token. How can one do this with your...

I code for react-native in TypeScript. Then I import form this module, TypeScript refuses to believe that modules do implement React component interface, because they are mangled by Babel in...

Is it possible now (and how ?), is it planned, or how can I do it myself ? Let's assume we have models `Customer`, `Contract` ,`Department`, `JobPosition`, `Worker`, `NotifyChannel` all...

type:enhancement