Giter VIP home page Giter VIP logo

ashok1 / angular-token Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neroniaky/angular-token

0.0 0.0 0.0 1.92 MB

:key: Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:

Home Page: https://stackblitz.com/github/neroniaky/angular-token

License: MIT License

JavaScript 1.67% TypeScript 85.12% HTML 11.22% SCSS 1.99%

angular-token's Introduction

Notice

Original README

We needed to fork this repository as it is not being maintained anymore (according to the npm entry).

To make it installable trough npm i we needed to add additional scripts to package.json:

Build

"build:lib": "rm -rf ./dist && ng-packagr -p ./projects/angular-token/ng-package.json"

This will do a clean package compile to the ./dist/angular-token folder.

Release

"build:release": "npm run build:lib && tar -czvf ./dist/angular-token.tar.gz -C ./dist/angular-token ."

This will create a zipped tar file in ./dist/angular-token.tar.gz

Github release

After running a npm run build:release we'll need to create a release in github and attach the tar file to the release.

We can then use this new release using:

npm run build:lib
npm run build:release
npm i https://github.com/ashok1/angular-token/releases/download/released/angular-token.tar.gz

angular-token's People

Contributors

neroniaky avatar greenkeeperio-bot avatar greenkeeper[bot] avatar antoniolopesgomes avatar rjiang-bb avatar arjenbrandenburgh avatar ashok1 avatar colmben avatar diegoh avatar acegilz avatar tybot204 avatar map7 avatar marcpeabody avatar mgebeily avatar dks17 avatar bentedder avatar xxxxlr avatar jburich avatar avatsaev avatar tobmaster avatar thilak-rao avatar ironsand avatar rmorlok avatar roterski avatar ozmar-11 avatar nzacca avatar mattarau avatar lukaselmer avatar hrangel avatar grafexy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.