Authentication of RESTful API’s is quite an often asked question so I decided to demonstrate basic authentication via JWT (JSON Web Token) on an example of API built with Akka HTTP. JWT working concept Before we start with the actual coding, we should briefly recap how the mechanism of JWT authentication works. JWT itself isRead more