Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 764 Bytes

File metadata and controls

16 lines (12 loc) · 764 Bytes

Umber Authentication

A series of light weight abstractions around HTTP authentication.

Master Develop
Build Status Build Status

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