Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Commit 7989c31

Browse files
author
Thom Seddon
committed
Fix links in README
seddonmedia > thomseddon
1 parent 5b686b0 commit 7989c31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ Go to Config/Schema/schema.sql to grab the tables
3939
$ cake Migrations.migration all --plugin OAuth
4040
```
4141

42-
### Cloning
42+
### Cloning
4343
Then clone this repo into a "OAuth" folder in your Plugins folder:
4444

4545
```
46-
$ git clone git://github.com/seddonmedia/cakephp-oauth-server.git Plugin/OAuth
46+
$ git clone git://github.com/thomseddon/cakephp-oauth-server.git Plugin/OAuth
4747
```
4848
Or via submodule:
4949

5050
```
51-
$ git submodule add git://github.com/seddonmedia/cakephp-oauth-server.git Plugin/OAuth
51+
$ git submodule add git://github.com/thomseddon/cakephp-oauth-server.git Plugin/OAuth
5252
```
5353

5454
### Loading the Plugin
@@ -119,9 +119,9 @@ Array(
119119
)
120120
```
121121

122-
The method includes various schemes for generating client id's, [pick your favourite](https://github.com/seddonmedia/cakephp-oauth-server/blob/master/Model/Client.php#L122).
122+
The method includes various schemes for generating client id's, [pick your favourite](https://github.com/thomseddon/cakephp-oauth-server/blob/master/Model/Client.php#L122).
123123

124-
**NOTE:** This convenience method will generate a random client secret __and hash it__ for security before storage. Although it will pass back the actual raw client secret when you first add a new client, it is not possible to ever determine this from the hash stored in the database. So if the client forgets their secret, [a new one will have to be issued](https://github.com/seddonmedia/cakephp-oauth-server/blob/master/Model/Client.php#L139).
124+
**NOTE:** This convenience method will generate a random client secret __and hash it__ for security before storage. Although it will pass back the actual raw client secret when you first add a new client, it is not possible to ever determine this from the hash stored in the database. So if the client forgets their secret, [a new one will have to be issued](https://github.com/thomseddon/cakephp-oauth-server/blob/master/Model/Client.php#L139).
125125

126126

127127
### Included Endpoints

0 commit comments

Comments
 (0)