summary refs log tree commit diff
path: root/src/secrets.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the main component a lotVika2024-08-251-0/+2
| | | | | Uses the macro again, tries to store only the relevant parts in enums (i.e. the Micropub client, which requires a token).
* Prototype for signing in with IndieAuthVika2024-08-251-0/+17
The code is really janky and unpolished, the error handling is TERRIBLE, and I think I can't publish it like this. This'll need a refactor, but it'll come tomorrow.