Libraries tagged by token authentication

hydrat-agency/laravel-2fa

15 Favers
6572 Downloads

This package allow you to enable two-factor authentication in your Laravel applications. It stores tokens locally and notify users about their token via mail, SMS or any custom channel. Includes native conditionnal check to trigger or not 2FA, using known devices, IP addresses or IP locations.

Go to Download


larahook/sanctum-refresh-token

4 Favers
2499 Downloads

Sanctum authentication with refresh token

Go to Download


internacionalweb/cognito-token-verifier

10 Favers
1460 Downloads

This library verifies that the signature of the JWT is valid, comes from a desired application, and that the token has not been tampered with or expired.

Go to Download


tomfordrumm/jwt-auth

2 Favers
58076 Downloads

JSON Web Token Authentication for Laravel and Lumen (fork from tymon/jwt-auth)

Go to Download


cashdash-pro/zaar

2 Favers
1670 Downloads

A robust Laravel package for Shopify authentication handling both embedded and external app flows. Features JWT session management, seamless online/offline token handling, and automatic re-authentication for embedded apps. Built for Laravel 10+ and PHP 8.2+.

Go to Download


vaibhavpandeyvpz/jweety

9 Favers
20328 Downloads

Simple JWT (RFC 7519) encoding/decoding and validation library, for PHP >= 5.3.

Go to Download


hans-thomas/sphinx

5 Favers
1684 Downloads

JSON web token driver for laravel

Go to Download


fusionauth/jwt-auth-webtoken-provider

0 Favers
14431 Downloads

This package uses web-token/jwt-framework as a provider for tymon/jwtauth

Go to Download


elvi/auth0-symfony

3 Favers
13912 Downloads

Symfony SDK for Auth0 Authentication and Management APIs.

Go to Download


chervand/yii2-oauth2-server

15 Favers
23119 Downloads

OAuth 2.0 server for Yii 2.0 with MAC tokens support.

Go to Download


web-eid/web-eid-authtoken-validation-php

9 Favers
11143 Downloads

Web eID authentication token validation library for PHP

Go to Download


paypaplane/svix-client

0 Favers
15717 Downloads

Welcome to the Svix API documentation! Useful links: [Homepage](https://www.svix.com) | [Support email](mailto:[email protected]) | [Blog](https://www.svix.com/blog/) | [Slack Community](https://www.svix.com/slack/) # Introduction This is the reference documentation and schemas for the [Svix webhook service](https://www.svix.com) API. For tutorials and other documentation please refer to [the documentation](https://docs.svix.com). ## Main concepts In Svix you have four important entities you will be interacting with: - `messages`: these are the webhooks being sent. They can have contents and a few other properties. - `application`: this is where `messages` are sent to. Usually you want to create one application for each user on your platform. - `endpoint`: endpoints are the URLs messages will be sent to. Each application can have multiple `endpoints` and each message sent to that application will be sent to all of them (unless they are not subscribed to the sent event type). - `event-type`: event types are identifiers denoting the type of the message being sent. Event types are primarily used to decide which events are sent to which endpoint. ## Authentication Get your authentication token (`AUTH_TOKEN`) from the [Svix dashboard](https://dashboard.svix.com) and use it as part of the `Authorization` header as such: `Authorization: Bearer ${AUTH_TOKEN}`. For more information on authentication, please refer to the [authentication token docs](https://docs.svix.com/api-keys). ## Code samples The code samples assume you already have the respective libraries installed and you know how to use them. For the latest information on how to do that, please refer to [the documentation](https://docs.svix.com/). ## Idempotency Svix supports [idempotency](https://en.wikipedia.org/wiki/Idempotence) for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. To perform an idempotent request, pass the idempotency key in the `Idempotency-Key` header to the request. The idempotency key should be a unique value generated by the client. You can create the key in however way you like, though we suggest using UUID v4, or any other string with enough entropy to avoid collisions. Svix's idempotency works by saving the resulting status code and body of the first request made for any given idempotency key for any successful request. Subsequent requests with the same key return the same result. Please note that idempotency is only supported for `POST` requests. ## Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Go to Download


eideasy/web-eid-authtoken-validation-php

0 Favers
7804 Downloads

Web eID authentication token validation library for PHP

Go to Download


biigle/laravel-cached-openstack

3 Favers
58091 Downloads

A wrapper for the OpenStack SDK that caches and renews the authentication token

Go to Download


blaspsoft/keysmith-vue

30 Favers
238 Downloads

A Vue & Inertia-powered API key management system for Laravel 12 Vue Starterkit, with secure token generation, revocation, and authentication.

Go to Download


<< Previous Next >>