1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-08 09:06:29 +02:00

Move 'Reading and writing session data' below 'Utilities' in README

This commit is contained in:
Marco
2017-01-30 18:37:47 +01:00
parent 36ef710480
commit 2aee8a662e

View File

@@ -310,10 +310,6 @@ If the user is not currently signed in, this returns `null`.
$ip = $auth->getIpAddress(); $ip = $auth->getIpAddress();
``` ```
### Reading and writing session data
For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default.
### Utilities ### Utilities
#### Creating a random string #### Creating a random string
@@ -329,6 +325,10 @@ $randomStr = \Delight\Auth\Auth::createRandomString($length);
$uuid = \Delight\Auth\Auth::createUuid(); $uuid = \Delight\Auth\Auth::createUuid();
``` ```
### Reading and writing session data
For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default.
## Features ## Features
* registration * registration