1
mirror of https://gitlab.com/jessieh/simple-shortener.git synced 2024-09-18 19:51:45 +00:00

Add TOTP issuer icons to readme

This commit is contained in:
Jessie Hildebrandt 2022-02-02 00:27:34 -05:00
parent 900815a138
commit 7dd54835d0

View File

@ -141,3 +141,15 @@ The shortening service exposes a simple API at `/shorten/api` that you may consu
The API endpoints and response codes are documented in the docstrings of their respective [handler modules](src/handlers).
<sup>1</sup> If you wish to replace the default control panel, you can provide your own by mounting it at `/simple-shortener/static/control_panel`.
## TOTP Issuer Icons
Should your TOTP provider application of choice support them, the following issuer icons are available for use.
### SVG
<img src="../../raw/assets/simple-shortener.svg" width=75>&nbsp;<img src="../../raw/assets/simple-shortener bg.var.svg" width=75>
### PNG
<img src="../../raw/assets/simple-shortener.png" width=75>&nbsp;<img src="../../raw/assets/simple-shortener bg.var.png" width=75>