In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have … [Read more...] about Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular
auth
Implicit Flow vs. Code Flow with PKCE
If you have read my Angular and OpenID Connect blog post series, you might have seen that I in the last part, when setting up Angular app to use OpenID Connect, went from using implicit flow to use … [Read more...] about Implicit Flow vs. Code Flow with PKCE