Blog posts — page 3
Alloy startpage with Tailwind CSS lab
I've really taken a liking to Tailwind CSS and to help spread the word I did a quick lab of using it on the Alloy startpage.
Published
Content Delivery API and Custom Authorization
Episerver Content Delivery API 2.x allows us to customize the authorization flow. Here's an example of how you can get and validate an access token using an external service and avoid all that similar stuff that bloated your Epi app when using 1.x.
Published
Using the Handlebars templates with SendGridForEpi
SendGrid has marked Substitutions as Legacy and switched to Handlebars for the transactional templates.
Published
Add an Epi site to the IdentityServer4 combined quickstart using OIDC
IdentityServer4 is now available for and aligned with ASP.NET Core 2.0 - with some breaking changes. They've also added a combined quickstart that makes it's a lot faster to accomplish what I did earlier in my proof-of-concept post using the 1.x version.
Published
Breaking changes in SendGridForEpi
I've updated the Krompaco.SendGridForEpi add-on with support for CMS 11 and made it dependent on the latest SendGrid package.
Published
Working in Episerver's PublishedContent event
The site in question has a subscription service where a user can subscribe and get a notification e-mail or alert inside the site when a page is published in the subscribed pagebranch. A challenge was how to only send once; we tried to solve it outside of our subscription system.
Published
Introducing SendGridForEpi
Open sourced packages that helps you sending mail from Episerver using SendGrid's API and transactional templates.
Published
IdentityServer4 with Episerver and OpenID Connect
Federated Security is really nice and you should recommend it everywhere. The new IdentityServer4 comes as a .NET Core package and is an interesting option since it, like earlier versions, is open source and free.
Published
Upgrade StructureMap to 3.1.9.463
It's wise to update structuremap-signed to the version 3.1.9.463 released October 18, 2016.
Published
Going real world with Episerver, Auth0 and Azure AD
Federated Security is what we all want to use for our Episerver sites right? In such a setup, having Auth0 as the identity platform has for sure put a big smile on my face.
Published