2017 © Pedro Peláez
 

symfony-bundle api-auth-bundle

Authentication via api key or JWT.

image

damax/api-auth-bundle

Authentication via api key or JWT.

  • Tuesday, July 24, 2018
  • by lakiboy
  • Repository
  • 1 Watchers
  • 4 Stars
  • 335 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 13 Versions
  • 268 % Grown

The README.md

DamaxApiAuthBundle

Build Status Coverage Status Scrutinizer Code Quality, (*1)

API key or JWT authentication for Symfony application., (*2)

Features

Api keys

  • Store keys in Redis, database or right in config.
  • Search in multiple storage types until found.
  • Use console commands to add, remove or lookup existing keys.
  • Define TTL for each key i.e. grant temporary access to your API.
  • Configure the chain of key extractors from cookie, query string or header.
  • Finally, implement your own ApiKeyUserProvider for custom solution.

JWT

  • Symmetric signing support for quick setup i.e. SSH keys are not required.
  • Add and validate all registered claims.
  • Extend payload with any public or custom claim.
  • Refresh token functionality.
  • Customize success or error responses.

Documentation

Topics:, (*3)

Contribute

Install dependencies and run tests:, (*4)

$ make

The Versions

24/07 2018
24/07 2018

dev-dependabot/composer/symfony/security-bundle-4.1.2

dev-dependabot/composer/symfony/security-bundle-4.1.2

Authentication via api key or JWT.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

dev-dependabot/composer/symfony/framework-bundle-4.1.2

dev-dependabot/composer/symfony/framework-bundle-4.1.2

Authentication via api key or JWT.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/07 2018

dev-dependabot/composer/friendsofphp/php-cs-fixer-2.12.2

dev-dependabot/composer/friendsofphp/php-cs-fixer-2.12.2

Authentication via api key or JWT.

  Sources   Download

MIT

The Requires

 

The Development Requires