Libraries tagged by session tokens
1msg/one_msg_waba_sdk
2738 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
ravibpatel/jwt-session
615 Downloads
Easily replace your existing session based authentication with JWT token-based authentication.
krystalcode/api-session
970 Downloads
Provides session management functionality for API clients including requesting, refreshing and storing access tokens.
davwheat/session-keepalive
1372 Downloads
Automatically refreshes user CSRF tokens to prevent interaction errors after idling.
tp5er/think-auth
2009 Downloads
thinkphp 用户认证 Auth
zendframework/zend-expressive-csrf
40879 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using zend-expressive-session
simondevelop/slim-sim
139 Downloads
Skeleton slim 4 with doctrine orm and other lib
odan/slim-csrf
1281 Downloads
A CSRF protection middleware
odan/csrf
622 Downloads
A CSRF protection middleware
horlerdipo/pretend
4 Downloads
A simple package to impersonate users when building APIs with Laravel Sanctum, allowing administrators to generate temporary tokens and act on behalf of other users without using sessions.
metabolism/wp-redis-user-session-storage
57 Downloads
Store WordPress user session tokens in Redis rather than the usermeta table. Requires PECL Redis library.
kalfheim/session-tokens
7 Downloads
Unique, revokable "remember me" tokens for Laravel
ethitter/wp-redis-user-session-storage
44 Downloads
Store WordPress session tokens in Redis rather than the usermeta table. Requires the Redis PECL extension.
diuitapi/php-session-helper
29 Downloads
Diuit Session Token Helper, to make easier the session token creating process
antriver/laravel-database-session-auth
49 Downloads
Laravel auth guard that stores a session token in the database.