Libraries tagged by user token
luyadev/luya-module-admin-usertoken
3427 Downloads
Extend the LUYA Admin by providing app's which then LUYA Admin users can authenticated through the API.
sergeymakinen/yii2-jwt-user
547 Downloads
JWT (JSON Web Token) User component for Yii 2
hichemtab-tech/tokens-validation
39 Downloads
TokensValidation is a PHP library for secure authentication and authorization in web applications. It generates dynamic tokens for user login, password reset, and email confirmation. The library is ideal for software that requires secure user authentication and authorization.
rch/jwt-user-bundle
165 Downloads
Json Web Token authentication bundle including FOSUserBundle integration
rasulian/laravel-user-verification
38 Downloads
A package for user email and phone number verification with activation code
lachezargrigorov/laravel-tokens-manager
104 Downloads
An easy to use tokens manager for Laravel applications. Useful in user email confirmation process and not only.
darsadow/secure-api-bundle
166 Downloads
Bundle for Stateless authentication based on token and user's device.
simplephp/sign-in-with-apple
212 Downloads
Sign in with apple for PHP
omaralalwi/laravel-api-helpers
3 Downloads
collection of helpful helper functions for API Requests .
forci/login-bundle
8816 Downloads
A Symfony ~3.0 Bundle that eases logging users to your Symfony application.
kuhschnappel/authtoken
80 Downloads
Once installed you can create authentication tokens for frontend users in the backend. You can then retrieve protected pages by submitting this token as an "X-User-Token" with the header.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
macropage/sdk-ebay-rest-browse
2948 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
macfly/yii2-oauth2-server
2376 Downloads
Wrapper for filsh yii2-oauth2-server provide authorize, token, user controller
devtical/laravel-drunk-on-419
23 Downloads
Handles 419 errors gracefully by redirecting users when CSRF tokens expire.