Skip to content

Commit d7b8d0b

Browse files
committed
fix: build errors from 2019 posts
- Removed leading and trailing forward slash in slugs - Removed `p` tag encapsulating `img` tag Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 2b79cfa commit d7b8d0b

4 files changed

Lines changed: 6 additions & 6 deletions

blog/2019/2019-02-06-january-milestone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Last month we implemented the strategy resolver, JWT strategy class and authenti
1818
* `GET /Users/me` display the logged in user of the application
1919

2020
The following picture describes how the authentication mechanism works:
21-
<p align="center">
22-
<img src="https://strongloop.com/blog-assets/2019/01/auth_endpoints.png" alt="authentication endpoints in the example" style="width: 800px"/>
23-
</p>
21+
22+
<img src="https://strongloop.com/blog-assets/2019/01/auth_endpoints.png" alt="authentication endpoints in the example"/>
23+
2424
This month our discussion focused on dividing the responsibilities among controller, repository and services/utilities.
2525

2626
The login related logic should be extracted into a service which could be shared among different clients, like REST, gRPC and WebSocket. Those logic include taking in credentials, verifying users, generating and decoding access token. The login service receives User's repository via DI. As the first implementation, we simply keep them as utils. They will be refactored into service in story [Refactor authentication util functions into a service](https://github.com/strongloop/loopback4-example-shopping/issues/40)

blog/2019/2019-05-03-april-milestone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: LoopBack 4 April 2019 Milestone Update
33
date: 2019-05-03
44
authors: emonddr
5-
slug: /strongblog/april-2019-milestone/
5+
slug: april-2019-milestone
66
tags: [Milestone update]
77
---
88

blog/2019/2019-07-24-building-an-online-game-with-loopback-4-pt5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building an Online Game With LoopBack 4 - Deploying our Application to Kubernetes on IBM Cloud (Part 5)
33
date: 2019-07-24
44
authors: wenbo
5-
slug: /strongblog/building-an-online-game-with-loopback-4-pt5/
5+
slug: building-an-online-game-with-loopback-4-pt5
66
tags: [how-to]
77
---
88

blog/2019/2019-12-18-loopback-2019-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: LoopBack 2019 Year in Review
33
date: 2019-12-18
44
authors: dwhiteley
5-
slug: /strongblog/loopback-2019-review/
5+
slug: loopback-2019-review
66
tags: [community, news]
77
---
88

0 commit comments

Comments
 (0)