PHPackages                             rfy/jwt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. rfy/jwt

ActiveNeos-package[Authentication &amp; Authorization](/categories/authentication)

rfy/jwt
=======

A JWT authentication provider based on Firebase JWT package

11616[4 issues](https://github.com/rfyio/JWT/issues)[2 PRs](https://github.com/rfyio/JWT/pulls)PHPCI failing

Since Oct 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/rfyio/JWT)[ Packagist](https://packagist.org/packages/rfy/jwt)[ RSS](/packages/rfy-jwt/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RFY.JWT
=======

[](#rfyjwt)

[![Code Climate](https://camo.githubusercontent.com/911dbbe62cc96329e8a79cffa1e7d7f0a9c6d9398754b309b34fa52ed4b399a7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f726679696f2f4a57542f6261646765732f6770612e737667)](https://codeclimate.com/github/rfyio/JWT)[![Test Coverage](https://camo.githubusercontent.com/2156581f9000fb60aaf74843d760293788da8aa54c157cad36f9a21a1c3f0d20/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f726679696f2f4a57542f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/rfyio/JWT/coverage)[![Build Status](https://camo.githubusercontent.com/8e59dd06424399059bd43ff83592b983e6ad944dce9605b5ef0ccce05eaa0b1f/68747470733a2f2f7472617669732d63692e6f72672f726679696f2f4a57542e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rfyio/JWT)

This package is meant to make a TOKEN authentication possible for any request authentication attempt.

The possible responses are:

- AuthenticationSuccessfull which returns the authentication JWT token
- AuthenticationFailure which returns a message with the corresponding error code

Getting started
---------------

[](#getting-started)

To start using this package you will need to follow the following steps:

Include this package into your Neos Flow application by running:

```
composer require rfy/jwt

```

Add the below YAML to the projects `Configuration/Routes.yaml`:

```
-
  name: 'Token'
  uriPattern: ''
  defaults:
    '@format': 'json'
  subRoutes:
    TokenSubroutes:
      package: RFY.JWT
```

By default the security features are enabled in this package by these settings:

```
Neos:
  Flow:
    security:
      authentication:
        providers:
          'BackendProvider':
            provider: 'RFY\JWT\Security\Authentication\Provider\PersistedApiTokenProvider'
            token: 'RFY\JWT\Security\Authentication\Token\ApiToken'
            entryPoint: 'HttpBasic'
```

You of course overwrite these settings based on your wishes.

### References:

[](#references)

This implementation requires the [Firebase JWT package](https://github.com/firebase/php-jwt).

#### Authors:

[](#authors)

Author: Sebastiaan van Parijs ()

#### Feedback &amp; Reviews:

[](#feedback--reviews)

Reviewer: Bastian Waidelich

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bd2ec97b62bc5b5f32279ef329aee679966c9c3941e2f574375a660d966159d?d=identicon)[svparijs](/maintainers/svparijs)

---

Top Contributors

[![svparijs](https://avatars.githubusercontent.com/u/793720?v=4)](https://github.com/svparijs "svparijs (72 commits)")[![davidspiola](https://avatars.githubusercontent.com/u/7107011?v=4)](https://github.com/davidspiola "davidspiola (5 commits)")[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (3 commits)")

### Embed Badge

![Health badge](/badges/rfy-jwt/health.svg)

```
[![Health](https://phpackages.com/badges/rfy-jwt/health.svg)](https://phpackages.com/packages/rfy-jwt)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
