0.4.5 • Published 2 years ago

iw-auth-sdk v0.4.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Javascript Authorization SDK

Innerworks' Authorization SDK written in Javascript and published on npm as iw-auth-sdk

Publishing

A change made to this SDK should be put in a seperate branch and a PR made to merge into the dev branch. On approval the PR will be merged and dev will reflect the changes. On merge to dev a workflow will run that tags the commit with 'dev-latest'.

To then move into QA create another PR merging dev into QA, merging this PR will lead to a workflow that labels the new commit qa.

Finally, once appropriate QA testing has occurred a similar process is used to merge into prod, only in prod will the workflow then publish the newest version to npm.

Using Non-Production Versions

Since non-production versions are not present in npm, they cannot be tested using npm i iw-auth-sdk as normal. Instead, appropriate scripts should be set up in the Node.js project that use this SDK, for example:

...package.json

"scripts" : {
  "build:dev" : "npm install github:InnerWorks-me/iw-auth-sdk-js#dev-latest && next build",
  "build:qa" : "npm install github:InnerWorks-me/iw-auth-sdk-js#qa-latest && next build"
}

Note that you must have an SSH key set up locally with an account that has read access to this repository

0.4.5

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.6

2 years ago

0.3.7

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.35

2 years ago

0.1.34

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago

0.1.31

2 years ago

0.1.30

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago