1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-03 22:57:27 +02:00

Document new method 'logOutButKeepSession' from class 'Auth'

This commit is contained in:
Marco
2017-09-18 16:10:47 +02:00
parent 16bcfa85ef
commit 0b67f3d1e2

View File

@@ -410,6 +410,8 @@ $url = 'https://www.example.com/verify_email?selector=' . urlencode($selector) .
### Logout
```php
$auth->logOutButKeepSession();
// or
$auth->logout();
// user has been signed out