diff options
author | Camil Staps | 2015-05-24 17:17:52 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-24 17:17:52 +0200 |
commit | ab31980b116ecd497d5d4610c212ae7b1f61fada (patch) | |
tree | e1708d0790c40eb13dbcb238280a0a32be3d9c2b /README.md | |
parent | Route caching (diff) |
Password reminders
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ RESTful PHP API for Botleagues }, 'token' => function ($app) { return new \CamilStaps\BotleaguesApi\TokenAuthenticationProvider; + }, + 'activationcode' => function ($app) { + return new \CamilStaps\BotleaguesApi\ActivationCodeAuthenticationProvider; } ], |