PHPackages                             fenrir-soft/authentication - 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. fenrir-soft/authentication

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

fenrir-soft/authentication
==========================

1.0.0(1y ago)0101MITPHP

Since Oct 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Fenrir-Soft/authentication)[ Packagist](https://packagist.org/packages/fenrir-soft/authentication)[ RSS](/packages/fenrir-soft-authentication/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Fenrir Framework - Authentication
=================================

[](#fenrir-framework---authentication)

Requirements
------------

[](#requirements)

- php 8.2+

Installation
------------

[](#installation)

Run the command:

```
$ composer require fenrir-soft/authentication
```

Add the following to your .env file

```
JWT_SECRET=you-secret-phrase
JWT_ALG=HS256

```

Create a src/container-definitions.php file, if you have'nt yet, and add the following:

```
