Libraries tagged by token based authentication
intrazero/authentication
0 Downloads
A flexible multi-user type authentication package for Laravel with dynamic registration fields, supporting Passport and Sanctum for token-based authentication and role-based access.
silverbullet/api-token-laravel
37 Downloads
Token-based API service authentication & authorization for Laravel
aindong/tokentikate
12 Downloads
A Json Web token(JWT) based authentication library implementation for laravel
villabs/app-auth
39 Downloads
A simple multiple token based authentication for laravel
rekkyrek/rekauth
0 Downloads
A open source token based authentication system
larakit/sf-angular-satellizer
11 Downloads
[Larakit] [staticfiles] Token-based AngularJS Authentication
atarek/jwt
6 Downloads
Jwt token authentication based on the laravel framework
yoimhere/pushok_none_intl
7 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
skvn/pushok
13 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
sicaboy/pushok
27 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
paysera/fork-edamov-pushok
2367 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
marcospaulosss/jwt
69 Downloads
JWT authentication Phalcon 3 based in Json Web Token
mammutgroup/pushok
28 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
exeerik/pushok
81 Downloads
Customized PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
martinmulder/openapi-crowdstrike-falcon-php
31 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.