From 833bea164b519f62c23028d3fe191bdb58ad41e5 Mon Sep 17 00:00:00 2001 From: suhaboncukcu Date: Wed, 28 Feb 2018 19:35:58 +0300 Subject: [PATCH] give credits in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5e054a..ca7659d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Oauth2Server plugin for CakePHP +This plugin is intended to be an easy way to build an Oauth2 Server using [thephpleague/oauth2-server](http://oauth2.thephpleague.com/) + **!!Attention!!** This plugin does not support refresh token repository yet. Access tokens are usable without any expiration date. **use at your own risk!**