2024-07-10 00:47:47 -07:00
|
|
|
# ava
|
|
|
|
|
2024-07-10 19:17:50 -07:00
|
|
|
ava is a simple avatar server written in TypeScript for Bun 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>
|