Authentication with Scala and http4s: 2FA (Two-Factor Authentication)
23 min read • • Guide
Discover how to implement a two-factor authentication system with one-time passwords (HOTP and TOTP) using Scala and http4s
Herbert Kateu
Experienced software developer that is very passionate about functional programming in Scala, and always keeps tabs on whats trending in the Scala ecosystem. When he is not programming he plays jazz guitar and takes his dog on walks.
23 min read • • Guide
Discover how to implement a two-factor authentication system with one-time passwords (HOTP and TOTP) using Scala and http4s
16 min read • • Guide
Discover how to implement OAuth authentication in Scala with http4s and GitHub as your OAuth provider
26 min read • • Guide
Learn how to implement HTTP authentication with Scala and http4s: basic, digest, session, and JWT tokens
16 min read • • Guide
In this article, learn how to configure an http4s server to effectively guard against cross-origin requests and CSRF attacks
22 min read • • Guide
A comprehensive guide to enabling microservices communication with gRPC in Scala
30 min read • • Guide
Learn how UDP works and discover how to transition from an old Java NIO implementation to a more modern and expressive API like FS2 in Scala
39 min read • • Guide
Learn how to implement WebSockets in Scala with http4s to enable seamless two-way communication between your frontend and backend
37 min read • • Guide
Learn how to integrate Redis with Scala using redis4cats and persist records in Postgres with skunk, enhancing your chatroom application with powerful new features