Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 670e4b39c0 Update README.md 7 anos atrás
api Change default password profile in model to version 2 7 anos atrás
lesspass Add basic authentication for LessPass Move 7 anos atrás
.editorconfig add .editorconfig and auto format 7 anos atrás
.gitignore remove static files from git 8 anos atrás
.travis.yml update travis configuration 7 anos atrás
Dockerfile remove useless entries and password info models 8 anos atrás
LICENSE change license from MIT to GNU GPLv3 8 anos atrás
README.md Update README.md 7 anos atrás
entrypoint.sh try to use alpine to reduce image size 8 anos atrás
manage.py first commit' 8 anos atrás
requirements.txt update python requirements 7 anos atrás
supervisord.conf fix supervisor warning message 8 anos atrás

README.md

LessPass backend

REST API used by lesspass-pure to store password profiles

  • python 3
  • django rest framework
  • django rest framework jwt
  • djoser
  • postgresql
  • gunicorn

Tests

pip install -r requirements.txt
python manage.py test

License

This project is licensed under the terms of the GNU GPLv3.

Issues

report issues on LessPass project