Skip to content

Security & refresh refactor

Choose a tag to compare

@AnthonySendra AnthonySendra released this 11 Feb 14:14
· 1742 commits to master since this release
  • #58
    • CRUD User
    • CRUD Profile
    • CRUD Role
  • #57
    • KuzzleDocument.refresh now resolves to a new instanciated KuzzleDocument object, instead of a refreshed version of itself
    • KuzzleDocument.refresh now returns nothing, to stop call chains
    • Removed the refreshing/queueing management from KuzzleDocument
    • Updated unit tests