Skip to content

Authllizer is a authentication framework for the client-side of javascript applications, written in typescript.

License

Notifications You must be signed in to change notification settings

yisraelx/authllizer

Repository files navigation

Authllizer

Travis build Codecov MIT License

TypeScript Commitizen friendly Lerna Tested With Jest

Authllizer is a authentication framework for the client-side of javascript applications, written in typescript.

Packages

Examples

There are example projects in the source code.

Docs

There is docs and examples but it is very limited hope that it will change later (help wanted).

Scripts

  • 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.

Test

There are partial tests, the goal is for full coverage.

$ yarn install
$ yarn test

TODO:

  • Add example for
    • React
  • Add dialog for
    • React Native
    • Native Script

Credits

This library is based on AngularJs Satellizer library developed by Sahat Yalkabov.

License

Copyright © 2017 Yisrael Eliav, Licensed under the MIT license.