From f07dd95f376ba0a58fcbf8919e78e3930d5681e6 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 28 Jun 2021 21:25:30 +0530 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index d940786..45c95d1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,7 +23,7 @@ This document contains detailed information about the project scope and future r - [ ] Allow configuring the Secret - [ ] Allow configuring callback urls - [ ] Allow configuring redis, should be optional if not used use the memory to store session - - [ ] Use [gorilla sessions](https://github.com/gorilla/sessions) for session management + - [ ] Use [fiber sessions](https://docs.gofiber.io/api/middleware/session) for session management - [ ] Create REST API - [ ] Login - [ ] Logout