We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add surrounding auth config key, to match the config file.
Add clarification that you do not need to register the middlewares from OAuth2 bridge package, but doesn't hurt to do so.
Change paragraph to make it clear you need to install and configure the bridge package. References #1003
Fixed namespace typo
Update some docs. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Merge pull request #15 from vanbrabantf/added-example-provider Added an Service Provicer example
Added an Service Provicer example
Update docs regarding configuring the basic auth provider. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Update docs in regards to changes concerning the config file no longer allowing closures. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Tidying up some documentation. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Added clarification to the 'add to provider' part Very confusing if you don't realise you're talking about the app file.
Fixed missig " ``` "
Update docs detailing latest changes to authentication and rate limiting. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Use the app function instead of the variable as it is no longer always available. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Big overhaul for the latest changes to the API in regards to Laravel 5.1 and Lumen 5.1. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Added return to oauth config OAuth configuration example was missing a return statement causing authentication issues.
Fixed missing bracket. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Initial commit of documentation. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>