Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xKotelek authored Dec 29, 2023
1 parent d04c423 commit 0d51c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

[![kittyauth Logo](https://kotelek.dev/kittyauth/assets/logo.png)](https://kotelek.dev/kittyauth/)
[![kittyauth Logo](https://kittyauth.kotelek.dev/assets/logo.png)](https://kittyauth.kotelek.dev/)

[![CI Status][build-badge]][build-link] [![Website][website-badge]][website-link] [![Docs][docs-badge]][docs-link]

Expand All @@ -9,15 +9,15 @@
[build-link]: https://github.com/xKotelek/kittyauth/actions/workflows/blank.yml

[website-badge]: https://img.shields.io/badge/website-green?labelColor=0c0d10&color=1d0732&style=for-the-badge&logo=firefoxbrowser&logoColor=611aa8
[website-link]: https://kotelek.dev/kittyauth/
[website-link]: https://kittyauth.kotelek.dev/

[docs-badge]: https://img.shields.io/badge/docs-green?labelColor=0c0d10&color=1d0732&style=for-the-badge&logo=readthedocs&logoColor=611aa8
[docs-link]: https://github.com/xKotelek/kittyauth/wiki


Kittyauth is a easy-to-use & secure authorization system. Prove of security (hashes usage) below.

[![Hashes Usage Prove](https://kotelek.dev/kittyauth/assets/hashes-usage.png)](https://kotelek.dev/kittyauth/)
[![Hashes Usage Prove](https://kittyauth.kotelek.dev//assets/hashes-usage.png)](https://kittyauth.kotelek.dev/)

</div>

Expand Down Expand Up @@ -131,5 +131,5 @@ if(isset($_GET['access_token'])) {
</html>
```
So that's it, we made it! Result below.<br>
[![Example Result](https://kotelek.dev/kittyauth/assets/success.png)](https://kotelek.dev/kittyauth/)<br>
[![Example Result](https://kittyauth.kotelek.dev//assets/success.png)](https://kittyauth.kotelek.dev/)<br>
What this code basically does is it checks the access token with api and if the token is correct api returns user data that website prints. If not we get login and register buttons back. More information [here](https://github.com/xKotelek/kittyauth/wiki)

0 comments on commit 0d51c4f

Please sign in to comment.