stack VS fusionauth-jwt

Compare stack vs fusionauth-jwt and see what are their differences.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
stack fusionauth-jwt
14 43
4,564 184
7.7% 0.0%
9.9 5.5
11 days ago 6 months ago
TypeScript Java
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stack

Posts with mentions or reviews of stack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-26.
  • Stack Auth (YC S24), the open-source Auth0 alternative, is hiring Founding SWEs
    1 project | news.ycombinator.com | 3 Dec 2024
    Hi HN! We're building Stack Auth (https://stack-auth.com/), an open-source managed authentication and authorization platform. Basically, we build your login and signup pages, and everything that comes with that.

    You can find our customer pitch elsewhere, so instead I'll tell you more about us and the company. We are developers building for other developers, so you can think of everyone here as a devX engineer. We launched with a Show HN in April, and have been growing exponentially since.

    Think of us as a fast-moving open-source infrastructure business. We spend a lot of time thinking about how we can maintain the agility of a startup while being as reliable as incumbents. Sometimes, this means new ideas; for example, we heavily rely on AI and snapshots for our E2E tests, and have API migration tooling that blows everyone else out of the water. If you have ideas like these, we want you.

    We've sworn to keep a no-bullshit culture. We're all pulling on the same string; we don't keep secrets from each other and always assume good faith. We want to build the open-source cloud infrastructure of the future; we'd rather die trying than sell out for a quick buck.

    We are (very) well-funded by investors such as YC, Paul Graham, Guillermo Rauch, Theo Browne, and Khosla Ventures. Our number one priority is to build an outstanding product that developers *really* love β€” everything else comes second.

    For now, we are exclusively hiring onsite in San Francisco; sadly, we don't currently have any remote positions. Optionally, you can move with us into our hacker house (both temporarily or permanent), but you can live in your own home too.

    If that sounds like a great fit, email me mentioning that you're from HN and tell me why we caught your eye: konsti (at) stack-auth.com

    Thanks all!

  • Amazon tripled prices for the basic tier of their auth service Cognito
    2 projects | news.ycombinator.com | 26 Nov 2024
    I'm biased but Stack Auth [0] is fully open-source, self-hostable, and we offer reasonably priced managed hosting, if that floats your boat.

    [0] https://github.com/stack-auth/stack

  • Launch HN: Patched (YC S24) – AI workflows for post-code tasks
    4 projects | news.ycombinator.com | 31 Oct 2024
  • Comparing Auth from Supabase, Firebase, Auth.js, Ory, Clerk and Others
    2 projects | news.ycombinator.com | 23 Oct 2024
    Stack Auth maintainer here. Kinda disappointed by the lack of open-source solutions in this thread β€” if anyone's looking for managed auth like WorkOS/Clerk/Auth0, but wants it to be 100% open-source, you should give us a go. https://github.com/stack-auth/stack
  • The open-source Auth0 alternative
    1 project | news.ycombinator.com | 26 Sep 2024
  • I finally understand OAuth 🀯🀯🀯
    1 project | dev.to | 23 Sep 2024
    Before we dive in, I want to quickly introduce Stack Auth, the open-source authentication library we’re building. It’s designed to be super easy to set up and offers a beautiful set of UI components right out of the box! Whether you’re building a SaaS product or your next side project, Stack Auth simplifies authentication without compromising on flexibility.
  • Stack Auth
    1 project | news.ycombinator.com | 20 Aug 2024
  • Ask HN: Best auth provider and db for a Next.js project?
    3 projects | news.ycombinator.com | 18 Aug 2024
    Not sure about Azure ecosystem but huge fan of https://clerk.com/.

    Trying out https://stack-auth.com/ which just launched on HN, mostly out of OSS solidarity

  • Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative
    10 projects | news.ycombinator.com | 8 Aug 2024
    We created a SECURITY.md file on our repo, it's in the .github folder: https://github.com/stack-auth/stack/blob/dev/.github/SECURIT...

    If it helps you, we delegate the most vulnerable parts of the application, such as OAuth, to lower-level frameworks β€” similar to the unmanaged auth libraries people use today. We are essentially a thick wrapper around those, to create a full-stack platform from primitives.

    The point I disagree with is that building it yourself is better than delegating it to a third-party β€” at best, you can secure your auth against vulnerabilities you're aware of. Unfortunately, this fallacy keeps coming up, but generally it's the case that homebrew auth is not more secure than open-source libraries, nor is proprietary code.

  • Show HN: Stack Auth – the open-source Auth0/Clerk alternative
    2 projects | news.ycombinator.com | 28 Jul 2024
    If you choose the latter, there's absolutely no reliance on us; if you think we're doing a bad job at any point in time, you can export all your data and start self-hosting instead.

    Also, we're more than just authentication β€” we have authorization built-in (permissions, teams, ...), and a frontend to manage your users (with impersonation, filtering, ...). You can use any language to access these features through our REST API [1].

    We also have a bunch of components for sign in, password reset, organizations. For now, we only support Next.js frontends and backends in any language with our REST API [1], though our docs also list the client endpoints, and some people have been building frontends for other languages.

    For more info, check out our GitHub repo. We're really early, but have a handful of production users already. Any feedback is highly appreciated!

    Thanks all!

    [0] https://stack-auth.com

    [1] https://docs.stack-auth.com/rest-api/auth

    [2] https://github.com/stack-auth/stack

fusionauth-jwt

Posts with mentions or reviews of fusionauth-jwt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-06.
  • A simple to use Java 8 JWT Library
    5 projects | news.ycombinator.com | 6 Nov 2024
    I work for the company behind this library but not on it.

    RSA is by far the most common algo needed for integrations, so I can't imagine not supporting it.

    We have an open issue about supporting EDDSA (of which Ed25519 is the most likely implementation) https://github.com/FusionAuth/fusionauth-jwt/issues/13 but it hasn't gotten shipped due to other priorities.

  • Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative
    10 projects | news.ycombinator.com | 8 Aug 2024
    As someone who came from Auth0 and god-awful Amazon Cognito, we've been using FusionAuth for years. Their APIs and SDKs have been amazing to work with.

    https://fusionauth.io

    It does what Auth0 does but significantly more cheaper and you can also self-host if you want.

    I built the Pulimi plugin for it which helps us easily configure it. If you don't use Terraform or Pulumi, they have this really cool kickstart feature where you can define a config file that will call their APIs on first time startup to set up the server. Really useful for local dev.

  • A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day
    1 project | news.ycombinator.com | 6 Jul 2024
  • Top 6 Open Source Identity and Access Management (IAM) Solutions For Enterprises
    3 projects | dev.to | 21 Feb 2024
    FusionAuth is one of the most decorated and successful open-source IAM solutions. It has been downloaded by more than 10 million customers and hosts over 1 million digital identities.
  • Evolutive and robust password hashing using PBKDF2 in .NET
    3 projects | dev.to | 26 Dec 2023
    Ideally, I would recommend not handling and storing passwords yourself. It is preferable to use an identity provider (IdP), such as Azure AD B2C, Auth0, or FusionAuth. These systems are designed to manage your users' identity (including their passwords) so you don't have to. You could also use Single Sign-On with cloud providers.
  • Auth0 increases price by 300%
    7 projects | /r/webdev | 7 Dec 2023
    Check out https://fusionauth.io/
  • Java 8 still widely used
    2 projects | news.ycombinator.com | 30 Nov 2023
    Concur.

    Another data point. Our open source JWT library[0] and Java client library[1] both target Java 8 because that is widely used.

    0: https://github.com/FusionAuth/fusionauth-jwt

    1: https://github.com/FusionAuth/fusionauth-java-client

  • Ask HN: Who is hiring? (August 2023)
    13 projects | news.ycombinator.com | 1 Aug 2023
    FusionAuth | Senior Java Engineer, Senior TechOps Engineer, Senior Support Engineer | Full-time | Denver CO, USA | https://fusionauth.io

    FusionAuth is the authentication and authorization platform built for devs, by devs. Our software solves the problem of integrating essential user security without adding risk or distracting from the primary application.

    Ya know, the one with the features your users want to pay you for.

    FusionAuth comes without the risk and complexity that typical identity systems have. With self-hosted or cloud installation, extensive documentation, free options, fast deployment and a no-hassle process, we eliminates hurdles that make it hard for developers to meet their authentication and authorization requirements.

    We aren't VC funded, but we are profitable, growing fast, and need your help. We are currently hiring for the following roles:

    Senior Java Engineer

    Senior TechOps Engineer

    Senior Support Engineer

    Learn more, including salary info, what makes us tick, and role expectations, here: https://fusionauth.io/jobs

  • SSO yet again - Authentik / Authelia / FusionAuth / Teleport / etc.
    1 project | /r/selfhosted | 31 May 2023
    But I rarely see a comprehensive comparison that is current for any of them. And then there are others out there like Teleport and FusionAuth.
  • java-jwt VS fusionauth-jwt - a user suggested alternative
    2 projects | 25 May 2023
    JWT processing for java. Fast: https://github.com/skjolber/java-jwt-benchmark

What are some alternatives?

When comparing stack and fusionauth-jwt you can also consider the following projects:

authgear-server - Open source alternative to Auth0 / Firebase Auth

authentik - The authentication glue you need.

ably-nextjs-starter-kit

php-jwt - PHP package for JWT

logto - πŸ§‘β€πŸš€ The better identity infrastructure for developers and the open-source alternative to Auth0.

PSJsonWebToken - A PowerShell module that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK).

auth - A JWT based API for managing users and issuing JWT tokens

oidc-client-ts - OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

ssoready - Open-source dev tools for enterprise SSO. Ship SAML + SCIM support this afternoon.

Keycloak - Open Source Identity and Access Management For Modern Applications and Services

SuperTokens Community - Open source alternative to Auth0 / Firebase Auth / AWS Cognito

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured