Jitendra Adhikari

Results 78 comments of Jitendra Adhikari

thank you. :) that's not already supported. we can try to copy that behavior though which needs some changes in https://github.com/adhocore/docker-lemp/blob/main/docker-entrypoint.sh#L30-L60 if you are interested and for postgres in https://github.com/adhocore/docker-lemp/blob/main/docker-entrypoint.sh#L30-L60...

ok i will see what i can do sometime next week. pls ping if i take long.

thank you 👍 composer JSON should not be necessary

tried to add it in #19 but didn't work so had to revert. i may look into it later but should take time.

yea thanks. that however is tricky for the way gronx now works. it is definitely in my attention though

Thanks for using it and opening an issue. I will take a close look and get back to you soon.

have you set up full config as in [example](https://github.com/adhocore/phalcon-ext/blob/master/example/config.php#L83)? also can you check if `tests/Http/Middleware/ApiAuthTest.php` can help you with usge?

scope is the `permission` or `role` or both. for example if you have configured an uri `'/some/uri'` with `'admin'` scope then access to this uri is allowed if and only...

Hello, were you able to use the middleware?

first thing to understand is jwt auth is meant for programmable api consumers and not usual browser requests made by end user. but i think you can still find a...