1. ebde3c1 Rename *BlackList* into *Revocation* by Vitaly Buka · 9 years ago
  2. 5a1990f Implement revocation list check when validating auth token by Vitaly Buka · 9 years ago
  3. b612e3c Reset access token secret on new black list entry by Vitaly Buka · 9 years ago
  4. f51743b Update macaroon library to 307f45bcd49f9e4088e622f23f3ce0e854345b93 by Vitaly Buka · 9 years ago
  5. 08be74d Update libuweave/macaroon code by Vitaly Buka · 9 years ago
  6. 4fe71e3 Make App ID a part of User ID by Vitaly Buka · 9 years ago
  7. 3cbb686 Update macaroon lib with version supporting empty strings by Vitaly Buka · 9 years ago
  8. 70c8642 Add kUwMacaroonDelegateeTypeService caveat by Vitaly Buka · 9 years ago
  9. d5f7aab Add session ID validation by Vitaly Buka · 9 years ago
  10. a821f2e Integrate new macaroon library by Vitaly Buka · 9 years ago
  11. e0df73a Switch to macaroon library to generate and parse access tokens by Vitaly Buka · 9 years ago
  12. 66a01e0 Add AuthManager::CreateAccessTokenFromAuth by Vitaly Buka · 9 years ago
  13. 66f46b8 Change user_id into string by Vitaly Buka · 9 years ago
  14. 0bc02ed Use different secret for auth and access tokens by Vitaly Buka · 9 years ago
  15. a0a8134 Changed AuthManager::CreateAccessToken and AuthManager::ParseAccessToken by Vitaly Buka · 9 years ago
  16. 3264eca Include build rules for clang with address sanitizer by Vitaly Buka · 9 years ago
  17. 287346b Add "manager" scope into privet API by Vitaly Buka · 9 years ago
  18. 305ab61 Rename ConfirmAuthToken -> ConfirmClientAuthToken by Vitaly Buka · 9 years ago
  19. c3bc82a Check if device already claimed by Vitaly Buka · 9 years ago
  20. 4ab5002 Change interface of ClaimRootClientAuthToken and ConfirmAuthToken by Vitaly Buka · 9 years ago
  21. a10ab1c Provide RootClientTokenOwner into ClaimRootClientAuthToken by Vitaly Buka · 9 years ago
  22. 29bc593 Use ClaimRootClientAuthToken instead of GetRootClientAuthToken by Vitaly Buka · 9 years ago
  23. cc77fad Add ClaimRootClientAuthToken and ConfirmRootClientAuthToken by Vitaly Buka · 9 years ago
  24. e08c7c6 Add macaroon auth token verification by Vitaly Buka · 9 years ago
  25. 0de42f5 Add test to verify that token from different secret is not accepted by Vitaly Buka · 9 years ago
  26. 47743a3 Fixed name of the function to match design docs. by Vitaly Buka · 9 years ago
  27. 41aa809 Use base::Clock in AuthManager for better testing by Vitaly Buka · 9 years ago
  28. 86530d2 Updated scope to int mapping by Vitaly Buka · 9 years ago
  29. a37056e Generate Root Client Authorization Token by Vitaly Buka · 9 years ago
  30. c5b6060 Use fixed secret in AuthManager tests by Vitaly Buka · 9 years ago
  31. f08caeb Extract privet::AuthManager from privet::SecurityManager by Vitaly Buka · 9 years ago