An open API service indexing awesome lists of open source software.

https://github.com/kilbiller/pridwen

Simple authorization library.
https://github.com/kilbiller/pridwen

authorization php

Last synced: 5 months ago
JSON representation

Simple authorization library.

Awesome Lists containing this project

README

          

# Pridwen

[![CircleCI](https://circleci.com/gh/kilbiller/pridwen.svg?style=shield&circle-token=fa992626e5a2300963315def28cb2b227a973353)](https://circleci.com/gh/kilbiller/pridwen)
[![codecov](https://codecov.io/gh/kilbiller/pridwen/branch/master/graph/badge.svg)](https://codecov.io/gh/kilbiller/pridwen)

Simple authorization library.

Requires php >= 7.0

## API

- Auth::setPermissions(array): void
- Auth::retrieveCredentials(closure): void
- Auth::getLoggedUser(): AuthUser
- AuthUser->can(string): boolean