0.4.5 • Published 6 months ago

iw-auth-sdk v0.4.5

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months 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

6 months ago

0.4.4

6 months ago

0.4.1

7 months ago

0.4.0

8 months ago

0.4.3

7 months ago

0.4.2

7 months ago

0.3.6

9 months ago

0.3.7

9 months ago

0.3.5

9 months ago

0.3.4

9 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.2.18

10 months ago

0.2.17

10 months ago

0.2.16

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.35

10 months ago

0.1.34

10 months ago

0.1.33

10 months ago

0.1.32

10 months ago

0.1.31

10 months ago

0.1.30

10 months ago

0.1.29

10 months ago

0.1.28

10 months ago

0.1.27

10 months ago

0.1.26

10 months ago

0.1.25

10 months ago

0.1.24

10 months ago

0.1.23

10 months ago

0.1.22

10 months ago

0.1.21

10 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago