@@ -20,8 +20,8 @@ gateway as an OAuth 2.0 solution into an existing infrastructure.
2020
2121####Part 1 - ` notes-app-plain `
2222
23- [ ` notes-app-plain ` ] ( notes-app-plain ) is a simple web app that renders a list of
24- notes:
23+ [ ` notes-app-plain ` ] ( https://github.com/strongloop/strong-gateway-demo/tree/master/ notes-app-plain) is a simple web app
24+ that renders a list of notes:
2525
2626```
2727Notes
@@ -48,7 +48,7 @@ We will be building the client and resource server apps in preparation for part
4848
4949####Part 2 - ` notes-app-gateway `
5050
51- [ ` notes-app-gateway ` ] ( notes-app-gateway ) is a seven-step tutorial that
51+ [ ` notes-app-gateway ` ] ( https://github.com/strongloop/strong-gateway-demo/tree/master/ notes-app-gateway) is a seven-step tutorial that
5252demonstrates various features of the StrongLoop API Gateway. In each step, we
5353incrementally improve on the app from part 1 and cover a variety of topics as
5454we work through the transformation of ` notes-app-plain ` to ` notes-app-gateway ` .
7575
7676We also include sample scripts for GUI-less workflows:
7777
78- - [ JWT Authorization Grant] ( oauth-playground/scripts/jwt-auth-grant.js )
79- - [ JWT Client Authentication] ( oauth-playground/scripts/jwt-client-auth.js )
78+ - [ JWT Authorization Grant] ( https://github.com/strongloop/strong-gateway-demo/blob/master/ oauth-playground/scripts/jwt-auth-grant.js)
79+ - [ JWT Client Authentication] ( https://github.com/strongloop/strong-gateway-demo/blob/master/ oauth-playground/scripts/jwt-client-auth.js)
8080
8181## Setup
8282
@@ -105,23 +105,21 @@ strongloop v4.0.4 (node v0.10.36)
105105└── nodefly-register@0.3.3
106106```
107107
108- > Check your library versions by running ` slc -v ` or update them by running `slc
109- update`.
108+ > Check your versions by running ` slc -v ` or update them by running ` npm install -g strongloop ` .
110109
111110### Obtain a StrongLoop license
112111
113112> See [ "Managing your licenses"] ( http://docs.strongloop.com/display/SL/Managing+your+licenses ) .
114113
115114## Run
116115
117- We suggest you start at [ part 1 of the tutorial] ( notes-app-plain ) and then move
118- onto [ part 2 of the tutorial] ( notes-app-gateway ) . Feel free to skip directly to
119- the [ ` oauth-playground ` example] ( oauth-playground ) if you do not want to go
120- through the tutorials.
116+ Start with [ part 1 of the tutorial] ( https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-plain )
117+ Then move to [ part 2 of the tutorial] ( https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-gateway ) .
118+
119+ Feel free to skip directly to the
120+ [ ` oauth-playground ` example] ( https://github.com/strongloop/strong-gateway-demo/tree/master/oauth-playground ) if you don't
121+ want to go through the tutorials.
121122
122- - [ Tutorial part 1 - ` notes-app-plain ` ] ( notes-app-plain )
123- - [ Tutorial part 2 - ` notes-app-gateway ` ] ( notes-app-gateway )
124- - [ Example - ` oauth-playground ` ] ( oauth-playground )
125123
126124---
127125
0 commit comments