Sergio de Diego
Guy, first of all, very nice implementation of the Clean Architecture.
I could notice you implemented a Controller inside the application layer. Could you talk about how to handle JWT tokens inside that? What you think about the aproach of create an adapater with PyJWT and use it to handle JWT in the application's controller?
Thanks, @sdediego for this article, this is insightful. And, using a practical use case as an example was apt, I'll have to go through them properly to understand the flow, being new to this pattern of software development.
Erick Duarte
Sergio de Diego Guy, first of all, very nice implementation of the Clean Architecture. I could notice you implemented a Controller inside the application layer. Could you talk about how to handle JWT tokens inside that? What you think about the aproach of create an adapater with PyJWT and use it to handle JWT in the application's controller?