
+
API security checklist
API Security Checklist Authentication Dont’t use Basic Auth Use standard authentication(e.g. JWT, OAth). Don’t reinvent the wheel in Authentication, token generating, password storing use the standards. …
July 11, 2017