1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-07 08:36:28 +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 f9918f7942

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