From ebbfb7829cba3cf4bf2474feec0cf95fd1ca9ef6 Mon Sep 17 00:00:00 2001 From: Aditya Aryaman Das <128703909+alienishi@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:21:37 +0530 Subject: [PATCH] Updated README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87a2d744a..8c968a28b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![npm (scoped)](https://img.shields.io/npm/v/@teamhanko/hanko-frontend-sdk?label=hanko-frontend-sdk)](https://www.npmjs.com/package/@teamhanko/hanko-frontend-sdk) # About Hanko -Hanko is an open source authentication and user management solution with a focus on moving the login beyond passwords, while being 100% deployable today. +Hanko is an open-source authentication and user management solution with a focus on moving the login beyond passwords while being 100% deployable today. - Built for [passkeys](https://www.passkeys.io) as introduced by Apple, Google, and Microsoft - Fast integration with Hanko Elements web components (login box and user profile) @@ -23,7 +23,7 @@ Available for self-hosting and on [Hanko Cloud](https://www.hanko.io). Hanko is built and maintained by [Hanko.io](https://www.hanko.io), an active member of the [FIDO Alliance](https://fidoalliance.org/company/hanko/). This project is the sum of 5 years of experience implementing FIDO and WebAuthn-based authentication in different applications and platforms. # We take you on the journey beyond passwords ... -... and make sure your users won't get lost on the way. Passwordless logins have been promised to us for quite some time. But until now, "passwordless" was mostly a compromise that only worked for some of the users and had some severe drawbacks that ultimately led to passwords still being present at almost every login. It's only very recently that passkeys were announced and the ecosystem of devices, browsers, and operating systems is finally ready to truly move beyond passwords. +... and make sure your users won't get lost on the way. Passwordless logins have been promised to us for quite some time. But until now, "passwordless" was mostly a compromise that only worked for some of the users and had some severe drawbacks that ultimately led to passwords still being present at almost every login. It's only very recently that passkeys were announced, and the ecosystem of devices, browsers, and operating systems is finally ready to truly move beyond passwords. With most devices and browsers now shipping with passkey support and convenient built-in authentication technology like Touch ID, Face ID, and Windows Hello, a much better login experience is enabled that will replace passwords for good. Hanko is built for that shift. @@ -36,7 +36,7 @@ The main building blocks of the Hanko project are - [hanko-frontend-sdk](/frontend/frontend-sdk/README.md) - A client package for using the Hanko API The remainder of the repository consists of: -- [quickstart](/quickstart) - A quickstart example app, showing off Hanko's login experience and acting as a reference implementation +- [quickstart](/quickstart) - A quickstart example app showing off Hanko's login experience and acting as a reference implementation - [examples](frontend/examples) - Example implementations for a number of frameworks - [docs](/docs) - The Hanko documentation ([docs.hanko.io](https://docs.hanko.io)) @@ -46,12 +46,12 @@ The remainder of the repository consists of: - Bare metal: - Head over to the [backend](/backend/README.md) section to learn how to get it up and running for your own project. Use [Hanko Cloud](https://cloud.hanko.io) for a hosted backend. - Docker: - - If you prefer to use [Docker](https://www.docker.com/) to run the project locally, please visit the [Run the quickstart](./quickstart/README.md#run-the-quickstart) for information on how to run the project. This will create everything including frontend and backend components. + - If you prefer to use [Docker](https://www.docker.com/) to run the project locally, please visit the [Run the quickstart](./quickstart/README.md#run-the-quickstart) for information on how to run the project. This will create everything, including frontend and backend components. - If you wish to keep only the backend components, you can modify the [quickstart.yaml](./deploy/docker-compose/quickstart.yaml) to remove the unnecessary services. To make changes to the configuration to meet your needs, modify [config.yaml](./deploy/docker-compose/config.yaml). 3. Then, integrate [hanko-elements](/frontend/elements/README.md) – we provide [example applications](frontend/examples/README.md) and [guides](https://docs.hanko.io/guides/frontend) for your favourite frontend framework in the official documentation 4. if you have an [enterprise license](/backend/ee) or use [Hanko Cloud](https://cloud.hanko.io) you can also integrate [SAML SSO](/docs). Feel free to use [this guide](https://docs.hanko.io/guides/frontend) to start with SAML SSO -If you want to use the Hanko backend API but prefer to build your own UI, you can still make use of the [hanko-frontend-sdk](/frontend/frontend-sdk/README.md). It forms the basis of our web components and the client it provides handles communication with the [Hanko backend API](https://docs.hanko.io/api-reference/introduction) and saves you the time of rolling your own. +If you want to use the Hanko backend API but prefer to build your own UI, you can still make use of the [hanko-frontend-sdk](/frontend/frontend-sdk/README.md). It forms the basis of our web components, and the client it provides handles communication with the [Hanko backend API](https://docs.hanko.io/api-reference/introduction) and saves you the time of rolling your own. # Contact us Schedule a Hanko demo. Learn how Hanko will speed up your registration and login flows with passkeys. @@ -90,7 +90,7 @@ We are currently in **Beta** and may introduce breaking changes. Watch our relea |⚙️| Basic email templating & i8n | | | 2FA for securing passcodes & passwords | | | Webhooks | -| | Refresh tokens / sessions | +| | Refresh tokens/sessions | | | Sign in with Microsoft | | | OIDC support | @@ -104,7 +104,7 @@ Additional features that have been requested or that we would like to build but If you have any questions or issues, please check this project's [Q&A section in discussions](https://github.com/teamhanko/hanko/discussions/categories/q-a) and the [open issues](https://github.com/teamhanko/hanko/issues). Feel free to comment on existing issues or create a new issue if you encounter any bugs or have a feature request. For yet unanswered questions, feedback, or new ideas, please open a new discussion. ## Discord community & X -We invite you to join our growing [Discord community](https://www.hanko.io/community) if you want to get the latest updates on passkeys, WebAuthn, and this project, or if you just want to chat with us. You can also [follow us on Twitter](https://x.com/hanko_io). +We invite you to join our growing [Discord community](https://www.hanko.io/community) if you want to get the latest updates on passkeys, WebAuthn, and this project or if you just want to chat with us. You can also [follow us on Twitter](https://x.com/hanko_io). # Licenses [hanko-elements](frontend/elements) and [hanko-frontend-sdk](frontend/frontend-sdk) are licensed under the [MIT License](frontend/elements/LICENSE). Everything else in this repository, including [hanko backend](backend), is licensed under the [AGPL-3.0](/LICENSE).