diff --git a/data/blog/distributed-chat-system/introduction-and-authorization-server.md b/data/blog/distributed-chat-system/introduction-and-authorization-server.md index 6e7de969..052c8d93 100644 --- a/data/blog/distributed-chat-system/introduction-and-authorization-server.md +++ b/data/blog/distributed-chat-system/introduction-and-authorization-server.md @@ -1,6 +1,6 @@ --- title: 'Introduction and the Authorisation Server' -date: '2024-08-01' +date: '2024-08-02' tags: ['java', 'spring boot', 'spring security', 'oauth2'] images: ['/articles/distributed-chat-system/banner.png'] summary: 'An introduction to the chat system, including the design and implementation of its authorisation server.' diff --git a/data/series/distributed-chat-system.md b/data/series/distributed-chat-system.md index 27d31a15..e69448ba 100644 --- a/data/series/distributed-chat-system.md +++ b/data/series/distributed-chat-system.md @@ -1,6 +1,6 @@ --- title: Simple, Modular & Distributed Chat System -date: '2024-08-01' +date: '2024-08-02' tags: ['backend', 'java', 'spring boot', 'spring security', 'oauth2'] images: ['/articles/distributed-chat-system/banner.png'] summary: 'A deep dive into designing a modular and distributed chat system designed to provide secure, scalable direct messaging solution.'