Tennyson Onovwionacloudtenn.hashnode.dev·Jan 16, 2023Authenticating Azure Static Web App with Single Azure Active Directory Tenant.Introduction Static Web App is one of Microsoft's incredible products that enable you to speed up the development of your app using modern programming frameworks such as React, Vue.JS, and Angular, among others. This is accomplished through its pre-b...220 readsAzure
Giwa Kausaratdjangoproject.hashnode.dev·Sep 23, 2022Django Custom AuthenticationBy default Django is restricted to only using username and password for authentication. But with the use of custom authentication, Django allows user to be able to use any field with the authentication . The basic purpose of custom authentication is ...12 likes·70 readsDjango