Update ROADMAP.md

This commit is contained in:
Lakhan Samani 2021-06-28 21:25:30 +05:30 committed by GitHub
parent 550ec3be86
commit f07dd95f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ This document contains detailed information about the project scope and future r
- [ ] Allow configuring the Secret - [ ] Allow configuring the Secret
- [ ] Allow configuring callback urls - [ ] Allow configuring callback urls
- [ ] Allow configuring redis, should be optional if not used use the memory to store session - [ ] 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 - [ ] Create REST API
- [ ] Login - [ ] Login
- [ ] Logout - [ ] Logout