Chris Veilleux
|
adb9f013a1
|
refactored the authentication code to make more sense
|
2022-03-11 12:37:29 -06:00 |
Steve Penrod
|
9dc4d62490
|
Adding the basics to prepare for publishing this repo
Changes include:
* Adding AGPL 3.0 license template (TODO: Apply to all 200+ *.py files)
* Adding AGPL license files
* Add generic public repo files (CONTRIBUTING, etc)
* Simple README updates
* Adding other generic files, e.g. .github templates
|
2019-07-27 18:44:23 -05:00 |
Chris Veilleux
|
40cbf36923
|
define pairing token Redis key in the cache module
|
2019-07-06 14:46:05 -05:00 |
Chris Veilleux
|
a096381333
|
enhanced docstring and added a constant for the device pairing key
|
2019-07-02 15:55:20 -05:00 |
Chris Veilleux
|
2291892636
|
moved cache key into the cache util file
|
2019-06-20 11:37:51 -05:00 |
Chris Veilleux
|
3ee0c07912
|
changed update of a device's last_contact_ts to be done in Redis instead of Postgres
|
2019-06-13 17:52:39 -05:00 |
Matheus Lima
|
23e056ca96
|
Created test to validate device pairing workflow
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
640f08ffbe
|
Refactoring
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
5b6776c92e
|
- Created endpoint to add a device to an account using a pairing code
- Renamed selene_cache module to cache
|
2019-02-20 20:25:21 -03:00 |