Skip to content

arsaizdihar/meetdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeetDoc Web

Fullstack web using Python Flask as Backend and React as Frontend

Frontend Web

API Web

Flask (Backend)

Tools & Libraries

Authentication

Using Flask-JWT-Extended library to authenticate user by JWT. Token stored in httponly Cookie with X-CSRF double submit token. Access token expired in 1 hour and refresh token expired in 1 month.

React (Frontend)

Tools & Libraries

Authentication

Store access token and refresh token in httponly Cookie (automatically by the server) and store X-CSRF double submit token in local storage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published