I Love Laravel (2022)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • initializr

    A quickstart generator for Spring projects

  • > I think it would we wise to do a bit of a cleanup and merging of official packages, and to not forget about the core framework.

    Isn't this an issue that most enterprise frameworks end up with?

    For example, if you look at the Spring ecosystem, there's also quite a few packages: https://spring.io/projects and https://start.spring.io/ (if you click on the "add dependencies", it integrates with a lot of stuff)

  • 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
  • OpenID

    OpenID Certified™ OpenID Connect Relying Party implementation for Apache HTTP Server 2.x

  • In my eyes, that felt like something that should be separate from any given app or back end API, so in my case I use mod_auth_openidc: https://github.com/OpenIDC/mod_auth_openidc with Keycloak: https://www.keycloak.org/

    My back end/app just gets a few headers that say who an authenticated user is, if they are logged in. When I need to log in or create a user, I can just direct them to the Keycloak SSO portal, where they can also use social login.

    It's using OpenID Connect without the insanity of dealing with the low level logic.

  • Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  • In my eyes, that felt like something that should be separate from any given app or back end API, so in my case I use mod_auth_openidc: https://github.com/OpenIDC/mod_auth_openidc with Keycloak: https://www.keycloak.org/

    My back end/app just gets a few headers that say who an authenticated user is, if they are logged in. When I need to log in or create a user, I can just direct them to the Keycloak SSO portal, where they can also use social login.

    It's using OpenID Connect without the insanity of dealing with the low level logic.

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

  • What Is OIDC?

    3 projects | news.ycombinator.com | 21 Dec 2023
  • Keycloak VS boruta-server - a user suggested alternative

    2 projects | 22 May 2023
  • State of OpenID Connect Providers

    4 projects | news.ycombinator.com | 22 Dec 2022
  • AD/AAD Authentication for Apps running in Kubernetes Cluster

    2 projects | /r/kubernetes | 27 Nov 2022
  • Bringing It All Together: Integrating GraphQL with Gin in Go

    2 projects | dev.to | 5 Jun 2024