keycloak-email-link-auth VS keycloak-ui

Compare keycloak-email-link-auth vs keycloak-ui and see what are their differences.

keycloak-email-link-auth

A Keycloak plugin to authenticate users using a link sent via email (by yakovlev-alexey)

keycloak-ui

keycloak-ui repo is moved. (by keycloak)
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
keycloak-email-link-auth keycloak-ui
1 5
4 175
- -
0.0 9.5
over 1 year ago about 1 year ago
Java TypeScript
MIT License 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.

keycloak-email-link-auth

Posts with mentions or reviews of keycloak-email-link-auth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-31.
  • How to create a Keycloak plugin
    7 projects | dev.to | 31 Oct 2022
    In this tutorial we will be developing a plugin that would authenticate users based on a link sent to their email. At the time of writing there are no examples like this present in the forementioned repository. If you are looking for the complete project, visit my GitHub - https://github.com/yakovlev-alexey/keycloak-email-link-auth. Commit history roughly follows this tutorial.

keycloak-ui

Posts with mentions or reviews of keycloak-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • Is anyone using Quarkus for monoithic, full-stack web apps?
    6 projects | /r/java | 21 Jun 2023
  • Keycloak 21.0.0 released
    3 projects | /r/KeyCloak | 23 Feb 2023
    Yes, but I expect more issues to come. Especially due to the removal of the old admin-console there might be some strange behavior with existing client / realm configurations where the new admin-console works a bit different then the old one..., e.g.: https://github.com/keycloak/keycloak-ui/issues/4450 and many more...
  • How to create a Keycloak plugin
    7 projects | dev.to | 31 Oct 2022
    In Keycloak 19 there is a bug in interface that does not allow opening settings for authenticators. Refer to this issue.
  • Keycloak: Open-Source Identity and Access Management
    17 projects | news.ycombinator.com | 4 May 2022
    We're actually working on a new version of the Administration UI at the moment (I'm one of the devs) so this is useful feedback. We're looking for folks to try it out, so take a look at https://github.com/keycloak/keycloak-admin-ui/.

    You can try it out on the latest Keycloak by passing the --features=admin2 flag on startup.

  • Can anyone suggest any open source React Typescript Examples?
    6 projects | /r/reactjs | 11 Mar 2022
    I had to use keycloak in the past as the authentication service for a work app. Keycloak you can pull the docker image and start it up fairly easy. The UI is built in React with Typescript here https://github.com/keycloak/keycloak-admin-ui.