Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update import `atp` package namespaces following consistency update

+2 -2
+1 -1
src/Auth/OAuthEngine.php
··· 8 8 use SocialDept\AtpClient\Data\DPoPKey; 9 9 use SocialDept\AtpClient\Exceptions\AuthenticationException; 10 10 use SocialDept\AtpClient\Http\DPoPClient; 11 - use SocialDept\Resolver\Facades\Resolver; 11 + use SocialDept\AtpResolver\Facades\Resolver; 12 12 13 13 class OAuthEngine 14 14 {
+1 -1
src/Session/SessionManager.php
··· 12 12 use SocialDept\AtpClient\Events\TokenRefreshing; 13 13 use SocialDept\AtpClient\Exceptions\AuthenticationException; 14 14 use SocialDept\AtpClient\Exceptions\SessionExpiredException; 15 - use SocialDept\Resolver\Facades\Resolver; 15 + use SocialDept\AtpResolver\Facades\Resolver; 16 16 17 17 class SessionManager 18 18 {