snappass icon indicating copy to clipboard operation
snappass copied to clipboard

Share passwords securely

Results 44 snappass issues
Sort by recently updated
recently updated
newest added

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.2.2. Release notes Sourced from werkzeug's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1 2.2.1 This is...

dependencies
python

Bumps [flask](https://github.com/pallets/flask) from 2.1.2 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...

dependencies
python

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies
python

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.7.5 to 1.9.0. Release notes Sourced from fakeredis's releases. v1.9.0 What's Changed Enable redis7 support by @​cunla in cunla/fakeredis-py#42 Full Changelog: https://github.com/cunla/fakeredis-py/compare/v1.8.2...v1.9.0 v1.8.2 1.8.2 What's Changed Update...

dependencies
python

This adds a deploy script for deploying to Docker Swarm.

would be nice to create and upload the snappass docker image to dockerhub so the snappass server could be easily pulled and started, demo, etc.

Feature Request: "With the secured link, make possible to retrieve raw password via a simple Linux curl command"

Hey everyone, This proposal simply uses github actions to build the docker image and push it to dockerhub for arm64 and amd64 architectures when someone push something to master. I've...

Recently, I was able to deploy SnapPass to Google Cloud App Engine with very few code changes. Google Cloud does not offer a hosted redis service, but App Engine does...

Compute a sha256 of the snappass URL's and return that, pop it in Redis as k => v. Set a route for /u/>key which does a lookup for that key...