<div align="center">

# @badisi/auth-js

🛡️ Authentication and authorization support for web based desktop and mobile applications.

[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)][pullrequest]
[![docs site](https://img.shields.io/badge/site-docs-ed6e55)][docs-site]
[![playground site](https://img.shields.io/badge/site-playground-ed6e55)][playground-site]
[![license](https://img.shields.io/npm/l/@badisi/auth-js.svg?color=ff69b4)][license]

[![npm version](https://img.shields.io/npm/v/@badisi/auth-js.svg?color=blue&logo=npm)][npm]
[![npm downloads](https://img.shields.io/npm/dw/@badisi/auth-js.svg?color=7986CB&logo=npm)][npm-dl]
[![build status](https://img.shields.io/github/actions/workflow/status/badisi/auth-js/ci_test_auth-js.yml?logo=github)][ci-tests]

</div>

<hr/>


## Getting started

👉 Learn about it on the 📚 [docs site][docs-site].

🎈 Play with it on the [demo site][playground-site].


## Development

See the [developer docs][developer].


## Contributing

#### > Want to Help ?

Want to file a bug, contribute some code or improve documentation ? Excellent!

But please read up first on the guidelines for [contributing][contributing], and learn about submission process, coding rules and more.

#### > Code of Conduct

Please read and follow the [Code of Conduct][codeofconduct] and help me keep this project open and inclusive.




[npm]: https://www.npmjs.com/package/@badisi/auth-js
[npm-dl]: https://npmcharts.com/compare/@badisi/auth-js?minimal=true
[ci-tests]: https://github.com/Badisi/auth-js/actions/workflows/ci_test_auth-js.yml
[pullrequest]: https://github.com/Badisi/auth-js/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr
[license]: https://github.com/Badisi/auth-js/blob/main/LICENSE
[developer]: https://github.com/Badisi/auth-js/blob/main/DEVELOPER.md
[contributing]: https://github.com/Badisi/auth-js/blob/main/CONTRIBUTING.md
[codeofconduct]: https://github.com/Badisi/auth-js/blob/main/CODE_OF_CONDUCT.md
[docs-site]: https://badisi.github.io/auth-js/getting-started/vanilla-js
[playground-site]: https://badisi.github.io/auth-js/demo-app/auth-js
