https://github.com/umber/authentication
🗝 A simplistic authentication module.
https://github.com/umber/authentication
authentication jwt php7
Last synced: 5 months ago
JSON representation
🗝 A simplistic authentication module.
- Host: GitHub
- URL: https://github.com/umber/authentication
- Owner: umber
- Archived: true
- Created: 2018-06-10T16:08:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T15:17:17.000Z (about 7 years ago)
- Last Synced: 2024-11-20T18:17:11.419Z (over 1 year ago)
- Topics: authentication, jwt, php7
- Language: PHP
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Umber Authentication
A series of light weight abstractions around HTTP authentication.
|Master|Develop|
|---|---|
|[](https://travis-ci.com/umber/authentication)|[](https://travis-ci.com/umber/authentication)
The authentication component provides a series of classes that will allow
implementation of authentication routines easily. Classes are built in
isolation and do not require a specific framework. Authenticate anything
from `Authorization` headers to custom implementations through building
resolvers.
Implementations are provided for the following frameworks:
* `symfony/symfony` @ `~3.4|~4.0`