Skip to content

Commit

Permalink
Update README: badges and URLs
Browse files Browse the repository at this point in the history
Revised the README to improve visual presentation and reflect accurate project details. Updated the logo display to ensure proper rendering from the repository's raw content. Changed badges to provide a Codacy quality badge and updated CI status for Crystal support, enhancing transparency of code quality and build details. Adjusted project links and credits to reflect current project ownership and contributions.
  • Loading branch information
eliasjpr committed Oct 9, 2024
1 parent 26049ff commit 3b3f920
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Authly - Simplify Authentication for Your Application

![Authly Logo](images/authly-logo.png)
<div style="text-align:center"><img src="https://raw.githubusercontent.com/azutoolkit/authly/master/authly.png" /></div>

[![Build Status](https://img.shields.io/github/actions/workflow/status/yourusername/authly/build.yml)](https://github.com/yourusername/authly/actions) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/747eef2e02594d40b63c9f05c6b94cd9)](https://app.codacy.com/manual/eliasjpr/authly?utm_source=github.com&utm_medium=referral&utm_content=eliasjpr/authly&utm_campaign=Badge_Grade_Settings) ![Crystal CI](https://github.com/eliasjpr/authly/workflows/Crystal%20CI/badge.svg?branch=master)

Authly is an open-source Crystal library that helps developers integrate secure and robust authentication capabilities into their applications with ease. Supporting various OAuth2 grants and providing straightforward APIs, Authly aims to streamline the process of managing authentication in a modern software environment.

Expand Down Expand Up @@ -150,7 +150,8 @@ Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Project Link: [https://github.com/yourusername/authly](https://github.com/yourusername/authly)
[Elias Perez](https://github.com/eliasjpr) - Initial work
Project Link: [https://github.com/azutoolkit/authly](https://github.com/azutoolkit/authly)

## Acknowledgments

Expand Down

0 comments on commit 3b3f920

Please sign in to comment.