We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 <[email protected]>
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 <[email protected]>
Update docs in regards to changes concerning the config file no longer allowing closures. Signed-off-by: Jason Lewis <[email protected]>
Tidying up some documentation. Signed-off-by: Jason Lewis <[email protected]>
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 <[email protected]>
Use the app function instead of the variable as it is no longer always available. Signed-off-by: Jason Lewis <[email protected]>
Big overhaul for the latest changes to the API in regards to Laravel 5.1 and Lumen 5.1. Signed-off-by: Jason Lewis <[email protected]>
Added return to oauth config OAuth configuration example was missing a return statement causing authentication issues.
Fixed missing bracket. Signed-off-by: Jason Lewis <[email protected]>
Initial commit of documentation. Signed-off-by: Jason Lewis <[email protected]>