neutrinos-oauth-client
v2.0.0-beta.0
Published
neutrinos-oauth-client module is used to perform authentication with multiple OAuth providers . This repository follows angular work space architecture to accommodate multiple angular modules/libraries.
Downloads
178
Readme
Description
neutrinos-oauth-client module is used to perform authentication with multiple OAuth providers . This repository follows angular work space architecture to accommodate multiple angular modules/libraries.
Development setup without publish
Run the command in the root directory
ng build neutrinos-oauth-client
of the repoGo to dist directoy and run npm link
Go to any app where you need to test this module and run
npm i neutrinos-oauth-client
add
preserveSymlinks
toangular.json
of the app where this module is installed.
Development setup with publish and Production publish
Run the command in the root directory
ng build neutrinos-oauth-client
of the repoGo to dist
directoy > neutrinos-oauth-client
and runnpm publish
ornpm publish --tag beta
for beta versionsGo to any app where you need to test this module and run
npm i neutrinos-oauth-client@latest
ornpm i neutrinos-oauth-client@<package.json version>
for beta versions