Arachne / Security

Authentication and authorization for Nette framework. Deals with cases that are difficult to implement with nette/security.
MIT License
2 stars 7 forks source link

Fix duplicated __authenticated role. #7

Closed josefsabl closed 5 years ago

josefsabl commented 5 years ago

Each isAllowed call adds another __authenticated role.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 87.234% when pulling 669a5f335929633b1744dbb8554a017213182b30 on josefsabl:patch-1 into 4a1cbad75c8e48a993dab99223273b8cbbb982c3 on Arachne:master.

josefsabl commented 5 years ago

Disregard this, bug on our side.