ava/README.md

14 lines
522 B
Markdown
Raw Permalink Normal View History

2024-07-10 00:47:47 -07:00
# ava
2024-08-22 21:56:28 -07:00
ava is a simple avatar server written in TypeScript for Node with SvelteKit and OIDC support.
2024-07-10 00:47:47 -07:00
This exists for a few reasons:
1. I wanted to learn SvelteKit
2. I wanted to try implementing OAuth2/OIDC
3. Authentik doesn't have built-in handling for profile pictures
- ...and I don't wish to use hacky shit with attributes...
- ...I hate Gravatar...
- ...and in my opinion, Libravatar/ivatar is fucking ugly
<p align="center">
<img alt="Screenshot of the ava homepage" src=readme/screenshot.png>
2024-07-10 22:02:11 -07:00
</p>