Skip to content

Project 1: File Sharing Service Python project writen in Flask. I am not using Flask Sessions but instead I create my own cookies that were stored inside Redis DB. Service allowed user to upload then download or share up to 5 files. Latest update added support for login from Oauth 2.0 with the Auth0 service. Also used Server Sent Events from Nod…

Notifications You must be signed in to change notification settings

strachob/Python-FileSharing-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

File Sharing Service

Python project writen in Flask. I am not using Flask Sessions but instead I create my own cookies that were stored inside Redis DB. Service allowed user to upload then download or share up to 5 files. Latest update added support for login from Oauth 2.0 with the Auth0 service. Also used Server Sent Events from Node.js server to support notifications on multiple devices at once. .ini files are used because Services are running from academic server via uwsgi.

I the latest realese to run it you will need a local redis server, RabbitMQ server and to authorize through outh2.0 please enter email: test@test.com password: Test123$

About

Project 1: File Sharing Service Python project writen in Flask. I am not using Flask Sessions but instead I create my own cookies that were stored inside Redis DB. Service allowed user to upload then download or share up to 5 files. Latest update added support for login from Oauth 2.0 with the Auth0 service. Also used Server Sent Events from Nod…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published