Commit Graph

368 Commits

Author SHA1 Message Date
Andrew Millington
f42c821a18
Fix documentation error
Changed documentation as the expiry date is for the refresh token instead of the access token
2018-12-06 23:25:50 +00:00
Andrew Millington
6235cb2cb8
Merge pull request #976 from krozinov/patch-1
Fix the location of public and private keys
2018-11-23 12:51:28 +00:00
krozinov
3001895fa9
Fix the location of public and private keys
This is described in Issue #974
2018-11-22 16:33:05 -05:00
Andrew Millington
1177d6a3b5
Merge pull request #927 from tegaphilip/gh-pages
Added link to Phalcon framework integration
2018-08-02 08:58:40 +01:00
tega
137833fc99 Added link to Phalcon framework integration 2018-08-02 09:47:54 +02:00
Andrew Millington
ec10023c79
Merge pull request #921 from Lorti/gh-pages
Fix typo in installation.md
2018-07-05 09:03:12 +01:00
Manuel Wieser
149569a1b9
Fix typo
tramsitted --> transmitted
2018-07-05 09:58:37 +02:00
Andrew Millington
864cc9a65a
Clarify where public and private key are used 2018-05-25 11:34:05 +01:00
Andrew Millington
0286160a22
Add clarification on usage for priv/encrypt keys 2018-05-25 11:26:48 +01:00
Andrew Millington
abf6e18ee4
Update minimum PHP version
Update minimum PHP version and add PSR-7 compliance message
2018-05-25 10:39:39 +01:00
Andrew Millington
e9759da602
Updated changelog reference 2018-05-25 10:33:11 +01:00
Andrew Millington
5f7bdb6c7b
Update framework integrations 2018-05-25 10:29:08 +01:00
Andrew Millington
3d4a68a52b
Merge pull request #820 from SunMar/gh-pages
Add new option to use \Defuse\Crypto\Key as encryption key #812 #814
2018-04-22 15:17:54 +01:00
Andrew Millington
558e55c071
No longer advise to use Password Grant for SPAs 2018-04-18 13:07:21 +01:00
Andrew Millington
342108e0ec
Fixing a mistake with a double word 2018-04-06 17:55:01 +01:00
Andrew Millington
0da1aefad3
Add upgrade guide for version 6 to 7 2018-04-06 13:10:05 +01:00
Andrew Millington
990ca26047
Simplifying the language 2018-03-08 18:31:26 +00:00
Andrew Millington
d5635cff4d
Minor changes to changelog text 2018-03-08 18:28:51 +00:00
SunMar
8c79776726 Add new option to use \Defuse\Crypto\Key as encryption key #812 #814 2018-03-07 13:51:13 +03:00
Andrew Millington
28278da6a6
Merge pull request #739 from jk2K/patch-1
fix Stream argument 1 type is wrong
2018-02-17 17:27:16 +00:00
Alex Bilbie
6b8267375b
Merge pull request #844 from frankdejonge/gh-pages
Fix highlighting newlines.
2018-01-29 09:41:47 +00:00
Frank de Jonge
ce5fb90ea5 Fix highlighting newlines. 2018-01-29 10:25:35 +01:00
Andrew Millington
387fa43143
Update auth-server.md
Minor adjustments to wording.
2017-12-23 15:55:59 +00:00
Andrew Millington
053851a52a
Create auth-server.md
Initial draft of a page detailing the AuthorizationServer class for the docs
2017-12-23 15:47:51 +00:00
Andrew Millington
825668e7c0
Update upgrade-guide.md
Changed upgrade guide to make it clear version 5 is not compatible with any versions of the 6.x.x branch
2017-12-23 13:47:28 +00:00
Andrew Millington
bb998ae041
Update installation.md
Changing recommended bit length of RSA keys to 2048 as per NIST recommendations
2017-12-23 13:44:34 +00:00
Andrew Millington
e160a1c148
Update requirements.md
Updating server PHP compatible versions
2017-12-23 13:24:34 +00:00
Alex Bilbie
82da594244 Fix #761 2017-07-14 16:09:36 +01:00
Alex Bilbie
3f18db1a00 Merge pull request #741 from Fh-jashmore/gh-pages
Fix spelling to be standard
2017-07-07 16:53:39 +01:00
Alex Bilbie
544efa2da3 Fixes 2017-07-02 19:03:09 +01:00
Alex Bilbie
daebacf9cb Added upgrade guide 2017-07-02 19:01:28 +01:00
Alex Bilbie
823df7fc8c Added “Generating encryption keys” section to installation page 2017-07-02 18:58:35 +01:00
Alex Bilbie
cbb56e041a Updated examples 2017-07-02 18:52:06 +01:00
Alex Bilbie
bffee04b44 Added security improvements to menu 2017-07-02 18:46:11 +01:00
Alex Bilbie
71b07b093a Updated page title 2017-07-02 18:42:27 +01:00
Alex Bilbie
ea58f7d1cd Create v5-security-improvements.md 2017-07-02 18:41:38 +01:00
FISCHERHOMES\jashmore
4540bd3b90 Fix spelling to be standard 2017-06-02 10:15:35 -04:00
Meng Ye
2d7424b56e fix Stream argument 1 type is wrong
fix Argument 1 (stream) is string but \GuzzleHttp\Psr7\Stream::__construct() takes resource defined
2017-05-17 10:30:38 +08:00
Alex Bilbie
9bf070472b Merge pull request #718 from stratoss/patch-1
Changing the variable name to match the usage
2017-03-19 15:39:51 +00:00
Stanimir Stoyanov
80deeaaec3 Changing the variable name to match the usage 2017-03-19 17:38:44 +02:00
Alex Bilbie
e6e6f75b56 Merge pull request #713 from davedevelopment/patch-1
Fixes word in docs
2017-03-17 12:39:26 +00:00
Dave Marshall
f12b879a8b Fixes word in docs 2017-03-15 14:14:48 +00:00
Alex Bilbie
9b85bea675 Merge pull request #699 from clarkeash/patch-1
docs typo
2017-01-27 08:56:15 +00:00
Ashley Clarke
b90c061ecc docs typo 2017-01-25 22:34:52 +01:00
Alex Bilbie
0093836f4b Merge pull request #681 from j4m3s/auth-code-grant-docs-slim
Update Slim example in auth-code docs
2016-11-08 13:19:24 +00:00
James Fellows
dc17aa29ad Update Slim example in auth-code docs
As it stands, if a user isn't familiar with Slim and they put both
the Setup code and the Implementation example into a file, a request
fails with:

The implementation code implies the user has put the setup code into a Slim
container - which they won't know they need to do.

Instead, this doc update simply provides direct access to the  that is configured
in the Setup block - so everything can work as-is
2016-11-03 12:05:13 +00:00
Alex Bilbie
6f0dc0c839 Merge pull request #674 from zeldalink0515/patch-1
Fix typo.
2016-10-26 09:41:34 +01:00
lrills
c6759c18ce Fix typo. 2016-10-26 16:29:29 +08:00
Alex Bilbie
08d719a0d0 Merge pull request #673 from Trainmaster/patch-1
Fix typo
2016-10-19 09:16:09 +01:00
Frank
9aaf97bf79 Fix typo 2016-10-18 20:15:24 +02:00