-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ODKToken Authentication Method #1705
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58155ad - Browse repository at this point
Copy the full SHA 58155adView commit details -
Add odk_token action in ConnectViewSet
- Create new tests for the odk_token action within TestConnectViewSet
Configuration menu - View commit details
-
Copy full SHA for 199d0d0 - Browse repository at this point
Copy the full SHA 199d0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7135c77 - Browse repository at this point
Copy the full SHA 7135c77View commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 730cedf - Browse repository at this point
Copy the full SHA 730cedfView commit details -
Make the ODK Token Key length configurable through settings variable …
…ODK_TOKEN_LENGTH
Configuration menu - View commit details
-
Copy full SHA for 330f077 - Browse repository at this point
Copy the full SHA 330f077View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d6cd2 - Browse repository at this point
Copy the full SHA f9d6cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379175d - Browse repository at this point
Copy the full SHA 379175dView commit details -
- Pass in a str instead of an object to DigestAuth
Configuration menu - View commit details
-
Copy full SHA for 66807db - Browse repository at this point
Copy the full SHA 66807dbView commit details
Commits on Oct 18, 2019
-
- Directly assigning values to data dict rather than use a function
Configuration menu - View commit details
-
Copy full SHA for 62bd0e6 - Browse repository at this point
Copy the full SHA 62bd0e6View commit details -
- Store the key value in an encrypted format - Generate new migration for the ODKToken Model
Configuration menu - View commit details
-
Copy full SHA for 8f380d4 - Browse repository at this point
Copy the full SHA 8f380d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9cf29 - Browse repository at this point
Copy the full SHA fa9cf29View commit details -
Modify test_authenticate_odk_token_email test
- Check that passing the raw_token authenticates the user
Configuration menu - View commit details
-
Copy full SHA for 72a93f6 - Browse repository at this point
Copy the full SHA 72a93f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9abddb8 - Browse repository at this point
Copy the full SHA 9abddb8View commit details -
- Change field 'odk_token' to 'enc_odk_token' - Change field 'expires_in' to 'active_till' - Update tests
Configuration menu - View commit details
-
Copy full SHA for 105548d - Browse repository at this point
Copy the full SHA 105548dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd3673 - Browse repository at this point
Copy the full SHA 3fd3673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86838d7 - Browse repository at this point
Copy the full SHA 86838d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79157f6 - Browse repository at this point
Copy the full SHA 79157f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad21c5 - Browse repository at this point
Copy the full SHA 0ad21c5View commit details -
- Chance Active and Inactive value - Recreate migrations
Configuration menu - View commit details
-
Copy full SHA for 310f5ce - Browse repository at this point
Copy the full SHA 310f5ceView commit details
Commits on Oct 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cfc49ae - Browse repository at this point
Copy the full SHA cfc49aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8d44a - Browse repository at this point
Copy the full SHA 7c8d44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f2576 - Browse repository at this point
Copy the full SHA c0f2576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48548e2 - Browse repository at this point
Copy the full SHA 48548e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed16ad - Browse repository at this point
Copy the full SHA 8ed16adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a630ae - Browse repository at this point
Copy the full SHA 2a630aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d87d7 - Browse repository at this point
Copy the full SHA f6d87d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164dc89 - Browse repository at this point
Copy the full SHA 164dc89View commit details -
Modify TestDigestAuthentication
- Remove ODK_TOKEN_FERNET_KEY variable
Configuration menu - View commit details
-
Copy full SHA for 2e2f8ba - Browse repository at this point
Copy the full SHA 2e2f8baView commit details -
- Minor Code Cleanup - Add ability to make PATCH Requests - Add ability to change ODKToken Status
Configuration menu - View commit details
-
Copy full SHA for 2622e17 - Browse repository at this point
Copy the full SHA 2622e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a1581 - Browse repository at this point
Copy the full SHA 27a1581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3ee93 - Browse repository at this point
Copy the full SHA 1a3ee93View commit details -
Add new test to TestConnectViewSet
- Test that ODK Token status can be changed through a PATCH request
Configuration menu - View commit details
-
Copy full SHA for 2102220 - Browse repository at this point
Copy the full SHA 2102220View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fcfb6 - Browse repository at this point
Copy the full SHA f3fcfb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ba7e0 - Browse repository at this point
Copy the full SHA 87ba7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f5d06 - Browse repository at this point
Copy the full SHA 49f5d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277b03e - Browse repository at this point
Copy the full SHA 277b03eView commit details
Commits on Oct 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dd20472 - Browse repository at this point
Copy the full SHA dd20472View commit details -
Fix issue on checking for odk_token_expiry
- Change DigestAccountStorage to ODKTokenAccountStorage - Add additional information to the ODKTokenAccountStorage docstring
Configuration menu - View commit details
-
Copy full SHA for f395a33 - Browse repository at this point
Copy the full SHA f395a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5847d74 - Browse repository at this point
Copy the full SHA 5847d74View commit details -
- Use ODKTokenAccountStorage while testing expiry date failure
Configuration menu - View commit details
-
Copy full SHA for 84a8605 - Browse repository at this point
Copy the full SHA 84a8605View commit details
Commits on Oct 25, 2019
-
Remove get_user() method from ODKTokenAccountStorage
- Add get_partial_digest method - Check that the users ODK Token has not expired before returning a partial digest
Configuration menu - View commit details
-
Copy full SHA for 150685e - Browse repository at this point
Copy the full SHA 150685eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d32ac - Browse repository at this point
Copy the full SHA 61d32acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fba6dd6 - Browse repository at this point
Copy the full SHA fba6dd6View commit details -
Remove ability to change ODKToken Status
- Create a key on GET if one is non-existent or non is active
Configuration menu - View commit details
-
Copy full SHA for 48a7b32 - Browse repository at this point
Copy the full SHA 48a7b32View commit details -
Remove _check_odk_token_expiry funtion
- Use the token.expires property to check if the Token has expired
Configuration menu - View commit details
-
Copy full SHA for e35c0c8 - Browse repository at this point
Copy the full SHA e35c0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed57c2 - Browse repository at this point
Copy the full SHA bed57c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba95f94 - Browse repository at this point
Copy the full SHA ba95f94View commit details