@@ -55,7 +55,7 @@ This project was bootstraped with [Node.js API Starter Kit][nodejskit] ([support
55
55
├── docker-compose.yml # Defines Docker services, networks and volumes
56
56
├── docker-compose.override.yml # Overrides per developer environment (not under source control)
57
57
├── Dockerfile # Commands for building a Docker image for production
58
- ├── package.json # The list of project dependencies
58
+ ├── package.json # List of project dependencies
59
59
└── postgres-initdb.sh # Configuration script for the PostgreSQL Docker container
60
60
```
61
61
@@ -147,7 +147,7 @@ docker-compose up
147
147
```
148
148
149
149
* NOTE: Try to merge as soon as the new changes land on the master branch in Node.js API Starter
150
- repository, otherwise your project may diverse too much from the base/upstream repo.*
150
+ repository, otherwise your project may differ too much from the base/upstream repo.*
151
151
152
152
153
153
## Deployment
@@ -172,8 +172,8 @@ However, if you decide to get involved, please take a moment to review the [guid
172
172
173
173
## Reference Articles and Tutorials
174
174
175
- * [ Stop using JWT for sesstions ] ( http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/ )
176
- ([ part 2] ( http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/ ) )
175
+ * [ Stop using JWT for sessions ] ( http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/ )
176
+ ([ Part 2] ( http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/ ) )
177
177
by [ Sven Slootweg] ( https://github.com/joepie91 )
178
178
* [ How to Safely Store Your Users' Passwords] ( https://paragonie.com/blog/2016/02/how-safely-store-password-in-2016 )
179
179
by [ P.I.E.] ( https://paragonie.com/ )
0 commit comments