amnah

Results 42 comments of amnah

Hey, There isn't really anything special needed to do restful api authentication with this module. You can just do the basic yii2 stuff following the [guide](https://www.yiiframework.com/doc/guide/2.0/en/rest-authentication) If you're writing custom...

Hmm, exactly what isn't working? What's happening

I'm sorry, but I'm not sure what your question is ...

Hi! I'm sorry, but I'm not exactly sure what your question is? On Mar 29, 2017 1:37 PM, "LuanMartins" wrote: Hello amnah, how are you???. I do not know the...

`class User extends \amnah\yii2\user\models\User`

You have to update the `components view` config. Note that this example is for the basic app; you'll need to change the paths for your advanced app. ```php // app/config/web.php...

I've never looked into this myself, but seems possible: https://github.com/edvler/yii2-adldap-module

Well, anything is possible. It's just a typical yii2 module, so you can customize/extend it however you'd like. Seems like it would be similar to yii2-authclient, where you authenticate with...

That's because I set it explicitly in my files. What you need to do is call/set the module yourself using `$module = Yii::$app->getModule("user");` For reference: https://github.com/amnah/yii2-user/blob/master/models/User.php#L74-L87 ```php /** * @var...

i believe it should, as this package doesn't use any fancy syntax or features but to be honest, i havent really maintained this package for a couple years so i...