Skip to content

Commit f04c14f

Browse files
committed
Remove deprecated interfaces and update the docs
1 parent c9a4f10 commit f04c14f

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,5 +333,5 @@ Login policy implements `\JsonSerializable` interface, and can be safely encoded
333333

334334
## To Do
335335

336-
1. Consider adding previously used passwords repository, so library can enforce no-repeat policy for passwords
337-
1. Remove compat `ActiveCollab\Authentication\Adapter\BrowserSession` and `ActiveCollab\Authentication\Adapter\TokenBearer` classes once all apps that use this package are updated to use new classes
336+
1. Consider adding previously used passwords repository, so library can enforce no-repeat policy for passwords,
337+
1. Add `onAuthentication()`, `onAuthorization()`, `onDeauthentication()` events to `AuthenticationInterface`.

src/Adapter/BrowserSession.php

-17
This file was deleted.

src/Adapter/TokenBearer.php

-17
This file was deleted.

0 commit comments

Comments
 (0)