Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Dec 13, 2022JWT Authentication with Blacksheep and Auth0 | Python.Blacksheep has built-in authentication and authorization support and allows us to integrate with services like Auth0, Azure Active Directory, Azure Active Directory B2C, or Okta. For this tutorial, we will build an API with the Blacksheep framework w...1 like·140 readsPython
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jun 6, 2022A simple REST API with Blacksheep and Piccolo ORM | Python.Usually, I use Django for building apps in Python, but weeks ago, scrolling on Reddit I found out about Blacksheep. According to its documentation: BlackSheep is an asynchronous web framework to build event-based web applications with Python. It is ...1 like·911 readsREST API