Releases: ljacob15/lost-and-phoned
Releases · ljacob15/lost-and-phoned
v1.0.0
A few things have changed since this project was first created at CodeRED Exploration:
- Google authentication and contact retrieval is now properly implemented using an authorization URL endpoint
- The code is now a pip package
- SQLite3 is used instead of MySQL
- The project has a proper website at https://lostnphoned.com/
- Phone numbers are validated with the phonenumbers package
- A security measure has been added: single-use passwords
- Unique registration URLs are generated for new users
Lost-n-Phoned is now feature-complete, and I (Keane) will now move on to other projects.
Bugfix Release
More bugs have been squashed and the code is now fully functional.
Coming soon: nice HTML pages, phone number validation and security.
Hotfixes
First pip release!
Lost n Phoned is now a pip package with the name lost-n-phoned! The program uses SQLite3 for data storage and can now be run by WSGI servers.
Run pip install lost-n-phoned
to try it out.
Demo Version
This is the version of the code that we demoed to the CodeRED Exploration judges.