mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
added authentication via api key for some limited api methods (fix #64)
This commit is contained in:
@@ -22,4 +22,7 @@ public @interface SecurityCheck {
|
||||
*/
|
||||
@Nonbinding
|
||||
Role value() default Role.USER;
|
||||
|
||||
@Nonbinding
|
||||
boolean apiKeyAllowed() default false;
|
||||
}
|
||||
Reference in New Issue
Block a user