pjc09h
pjc09h
FYI, BioGazelle has a robust WebAuthn/FIDO2 implementation. I'll link the [backend library documentation](https://webauthn-doc.spomky-labs.com/pure-php/the-hard-way), the [frontend library documentation](https://simplewebauthn.dev/docs/packages/browser), and the source for the various files: - [Gazelle\WebAuthn\Base](https://github.com/biotorrents/gazelle/blob/development/app/WebAuthn/Base.php) - [Gazelle\WebAuthn\CredentialSourceRepository](https://github.com/biotorrents/gazelle/blob/development/app/WebAuthn/CredentialSourceRepository.php) - [Gazelle\WebAuthn\UserEntityRepository](https://github.com/biotorrents/gazelle/blob/development/app/WebAuthn/UserEntityRepository.php)...
I'd contribute to this, especially if we intend to run an authenticated Samba *client* rather than the proposed server and sync them to local M.2 SSD drive files, so as...
I return with probably bad news. [MicroPython received wisdom](https://forum.micropython.org/viewtopic.php?f=2&t=3894) says that a Samba client in that language is a non-starter, and to use FTP/HTTP instead. It may be possible in...
The thought was more like an integrated USB 2.0+ adapter that bypasses the RP2040, for the sole purpose of mounting the drive on a laptop without external hardware. Extrems, buying...
Thanks for your kind words. Is this the correct repo? https://github.com/Arkhana/TorrentTrader-3.0 Looking at the database schema, I'd say it's highly unlikely. I'd also advise you that BioGazelle is nowhere near...
The notification options should be simple: private message, push via https://pushjs.org, and email. Some granularity is needed for a good user experience, to avoid spamming people due to coarse controls.
This depends on using Eloquent models for certain things, and rewriting queries to say `and deleted_at is not null`. Not insurmountable, just something I have to devote several hours to,...
All new development is using Flight except if it's something big, e.g., torrents. The idea is to get everything working as expected and then migrate the legacy `switch` statements to...
On second thought, I may just pull the install guide and move the API docs over to some free OpenAPI parser, when the API has a set of good models...
Actually, on third thought, I refer to this document semi-frequently. It should be a lot more sparse, e.g., core dependencies listed, certain gotchas documented, links to the relevant configurations, and...