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

3 years ago

0.3.7

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.35

3 years ago

0.1.34

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago