Monthly Archives: Januar 2021

Windows Dienst installieren / löschen
sc.exe create MyServiceName binpath= „C:\inetpub\wwwroot\….exe“ sc.exe delete MyServiceName
Bibliotheken für Authorisierung
Das Thema Authorisierungen ist sehr komplex und es gibt dazu viele Ansätze. Hier ist eine Liste von Bibliotheken: Casbin Vergleich Casbin mit OPA: OPA vs Casbin (github.com) https://www.openpolicyagent.org/ oso Documentation — oso Documentation (osohq.com) (Nur Python und Java) ory/ladon: A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS […]
Login