Skip to content

Otto-AA/solid-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid Flask

A simple demo app to show how to use solid_oidc_client. It is based on solid-flask by Rai. It runs a flask server that allows users to login and then fetches private resource through the credentials stored in the backend.

Running

  • Run python3 -m venv venv to create a virtual environment (so you don't install dependencies globally)
  • Start the virtual environment, e.g. . venv/bin/activate
  • Install dependencies pip install -r requirements.txt

Now you can start the application with python solid_flask_main.py. Append eg --issuer https://login.inrupt.com/ to run it with a different issuer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages