Sessions and authentication in a WAI application

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • control-plane

    My own personal Jesus^WControl Plane

  • Check out this Scotty application that handles sessions:

  • servant-auth

  • Servant has two options: * https://docs.servant.dev/en/stable/tutorial/Authentication.html#generalized-authentication * https://github.com/haskell-servant/servant-auth

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • serversession

    Secure, modular server-side sessions.

  • I've been looking around and found serversession. Did you evaluate that? I'm guessing you probably did. Did you decide to use clientsession because you're putting all the session data in a cookie on the client side?

  • lions-backend

    A Simple Haskell Project

  • I decided to just push the code, even though it's extremely raw: https://github.com/cideM/lions-backend/tree/53d2cca5594ca34c764d85b5241069a3182f9911

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts