Authllizer is a authentication framework for the client-side of javascript applications, written in typescript.
- @authllizer/core - Authllizer Library
- @authllizer/ng - Authllizer Module for AngularJs
- @authllizer/ngx - Authllizer Module for Angular X
- @authllizer/vue - Authllizer Plugin for VueJs
There are example projects in the source code.
- Electron - Desktop app built with Electron and React
- Ionic - Mobile app built with Ionic and Angular
- AngularJs - Web app built with AngularJs
- Angular X - Web app built with Angular
- VueJs - Web app built with VueJs
There is docs and examples but it is very limited hope that it will change later (help wanted).
- bootstrap - for install and link all the dependencies in all packages in the repo (with yarn workspace).
- commit - for commit with commitizen for conventional changelog.
- lint - run tslint an all the *.ts file in the packages.
- test - run test on all packages.
There are partial tests, the goal is for full coverage.
$ yarn install
$ yarn test
- Add example for
- React
- Add dialog for
- React Native
- Native Script
This library is based on AngularJs Satellizer library developed by Sahat Yalkabov.
Copyright © 2017 Yisrael Eliav, Licensed under the MIT license.