Commit Graph

29 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 c4daaba4f1 format migration file 2020-05-12 17:02:10 +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 6a2201ca95 bumb version 2020-03-31 18:42:47 +01:00
Gonçalo Valério a7452c1e14 update documentation 2020-03-31 18:37:34 +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 a26d07fa0d format the generated migration 2020-02-19 18:09:35 +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 9b72049576 bump version 2020-01-08 18:44:37 +00: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 57efe853e0 added djcl namespace to all settings related to this project 2020-01-06 12:23:41 +00:00
Gonçalo Valério 9b7eadfb31 Add urls.py and move default template location to cryptolock folder 2019-11-30 21:46:54 +00:00
Gonçalo Valério f1ed8f3827 add missing f-string symbol 2019-11-25 19:24:46 +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 c5d68aa1f8 added simple monero auth views and forms 2019-11-25 17:08:43 +00:00
Gonçalo Valério 414d787680 add missing files to the example app 2019-11-25 13:23:55 +00:00
Gonçalo Valério be337d6017 add views to the example project 2019-11-17 22:27:40 +00:00
Gonçalo Valério b5e46ef712 update makefile and format all code with black 2019-10-19 21:25:34 +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 903e55f75e Add Address model and monero-python as dependency 2019-10-15 15:41:13 +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