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

https://github.com/careydevelopment/carey-auth

Reusable authentication models and a service for the Carey Development ecosystem
https://github.com/careydevelopment/carey-auth

angular angular-material jwt login security typescript ui

Last synced: about 2 months ago
JSON representation

Reusable authentication models and a service for the Carey Development ecosystem

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development Ecosystem Authentication Module

![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![npm version](https://badge.fury.io/js/carey-auth.svg)](https://badge.fury.io/js/carey-auth)

## Overview
This package includes reusable authentication models and a service for the Carey Development ecosystem.

## Usage: Installation
It's easy to install this package:
```
npm install carey-auth
```

Once you've installed it, you can begin using the service and models included in the package.

## License
This code is under the [MIT License](https://github.com/careydevelopment/carey-auth/blob/master/LICENSE).