Results 30 issues of Jordan

As I followed along the book I got compiler warnings about `llvm_asm!()` and the use of naked functions. It says the warnings will become errors eventually due to deprecation. It...

Issue to track testing status: Implementations - [ ] Signed Cookie - [ ] InMemoryBackend Core: - [ ] SessionVerifier + SessionFrontend interaction Examples: - [ ] Basic example (see...

Add a signed header frontend. This will allow for extracting the session id from a header.

enhancement

Implement activation checks: - [x] Each secret can be decrypted - [ ] No existing file conflicts

Allow for choosing between startup and activation decrypted secrets. Goes along with tmpfs/ramfs mounted secrets vs disk mounted secrets.

enhancement
feature

Should perform checks so it fails before applying if anything is wrong. Checks to perform: - [x] [Assertion] Duplicated paths in home-manager declaration - [x] [Assertion] Set `activationMount`/`startupMount` if needed....

enhancement
qol

# homeageCleanup Overview ## Goal Cleanup state of copies and symlinks on home manager changes (updates and rollbacks). Only way to have a non-cleaned up system is if you remove...

Add option to use script instead of systemd for startup secret decryption. Waiting on v0.1 stabilization of option set and writing checks/cleanup.

enhancement
feature

### Issue Currently all symbolic links that point to the `/run` secrets folder do not get cleaned up. Also decrypted secrets in `/run` are not deleted. Need a cleanup solution...

enhancement
security