You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemoncurry/lemonauth
Danielle McLean 6d912de376
Migrate to Font Awesome 5 - every icon used in the site has been updated, but the site icons that live in the database will need fixing separately
5 years ago
..
migrations Switch from database-persisted auth codes to stateless JSON Web Tokens :) 5 years ago
static/lemonauth/css Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 5 years ago
templates/lemonauth Migrate to Font Awesome 5 - every icon used in the site has been updated, but the site icons that live in the database will need fixing separately 5 years ago
templatetags Switch from using the admin login/logout pages to custom 'lemonauth' pages 5 years ago
views Implement request caching in Redis so that we don't always have to fetch remote pages every time we want their mf2 items 5 years ago
__init__.py Switch from using the admin login/logout pages to custom 'lemonauth' pages 5 years ago
tokens.py Switch from PyJWT to python-jose, since it supports more features and has more documentation 5 years ago
urls.py Implement a token endpoint - currently all tokens last forever and can't be revoked, but I can add revocation later without too much trouble 5 years ago