REST API Security - MiguelFieira/AMO-HANDBOEK GitHub Wiki

Security is something some APIs, especially those that handle sensitive data, need to consider.

This guide goes over JSON Web Tokens and authentication with the JWTAuthenticationBundle. Most of it will be derived from this wonderful Medium article.

W.I.P.