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
- Host: GitHub
- URL: https://github.com/careydevelopment/carey-auth
- Owner: careydevelopment
- License: mit
- Created: 2021-04-23T23:08:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T07:36:48.000Z (almost 5 years ago)
- Last Synced: 2025-06-24T19:42:48.573Z (about 1 year ago)
- Topics: angular, angular-material, jwt, login, security, typescript, ui
- Language: TypeScript
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development Ecosystem Authentication Module

[](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).