1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-25 12:49:51 +01:00
ntfy/user
Nikolay Zlatev 1aa82ff06a FullScenario_Default_DenyAll: add user "john" test case
Add new test for user john

The user should have:

"deny" to mytopic_deny*,
  "ro" to mytopic_ro*,
  "rw" to mytopic*,
  "ro" to the rest
2023-10-24 14:02:52 +03:00
..
manager.go user.Manager: further improve ACL write/read order 2023-10-16 09:41:49 +03:00
manager_test.go FullScenario_Default_DenyAll: add user "john" test case 2023-10-24 14:02:52 +03:00
types.go
types_test.go