Commit Graph

19 Commits

Author SHA1 Message Date
Gonçalo Valério c1fc972668 First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
Gonçalo Valério 5cba97f144 fix error related to mutating data while validating the challenge 2020-05-12 17:50:40 +01:00
Gonçalo Valério 045f79f867 current active challenges are now stored on the database 2020-05-12 16:53:23 +01:00
Gonçalo Valério 0ad15c6277 Challenge length is now configurable 2020-05-12 13:53:39 +01:00
Gonçalo Valério 68d2b8f273 fix code format issues 2020-03-31 14:06:23 +01:00
Gonçalo Valério dd2e1a769a validate the address first on signup 2020-03-31 13:59:07 +01:00
Gonçalo Valério ed4e085011 first working prototype of bitid 2020-03-10 15:00:11 +00:00
Gonçalo Valério fb86a99a58 add tests for the new bitcoin authentication backend 2020-02-19 17:56:22 +00:00
Gonçalo Valério 1eac8809e8 add bitcoin to address model 2020-02-19 15:04:19 +00:00
guy a5511b8f1d Add clean method for address in SignUp form. 2020-01-28 13:32:39 +01:00
Gonçalo Valério 1de5510680 MoneroAddressBackend now handles extra keyword arguments that might be provided. Also added more tests 2020-01-06 17:24:27 +00:00
Gonçalo Valério 58f1fc6cfc removed support for python 3.5 and added 3.8 2019-11-25 19:23:59 +00:00
Gonçalo Valério 11388498cf removed the usage of f-strings to maintain compatibility with python 3.5 2019-11-25 19:15:25 +00:00
Gonçalo Valério 0faf45d9d5 add some tests to the forms, utils and validators 2019-11-25 19:10:04 +00:00
Gonçalo Valério 1bfec1c66a fix test to maintain compatibility with python3.5 2019-10-15 19:17:14 +01:00
Gonçalo Valério be22cf5250 add tests for the current address model and validator 2019-10-15 19:13:39 +01:00
Gonçalo Valério 6da3033fdf Add first implementation of the authentication backend 2019-10-15 17:45:18 +01:00
Gonçalo Valério 996ac1312c Remove non-required code and format with black 2019-10-14 13:13:54 +01:00
Gonçalo Valério 8dc4027941 Initial commit. Cookiecutter based project structure 2019-09-24 18:02:54 +01:00