Implement Bifurcated Authentication (TOTP + API Keys)#6
Open
tyronechrisharris wants to merge 39 commits into
Open
Implement Bifurcated Authentication (TOTP + API Keys)#6tyronechrisharris wants to merge 39 commits into
tyronechrisharris wants to merge 39 commits into
Conversation
written from a different thread
…b#314) * Update obs database test to use correct system uid * Swap outputName and description
doStart()/doStop() but also set state in handleEvent. Reverts previous change. Fixes opensensorhub#308
* Updates for logging under Java 21 * Update logback-classic to address CVE * Fix gradle recipe for building OSGi Bundles on Windows properly
DB using the generic collection serializer provided with Kryo
… handler registration (opensensorhub#320)
…collection endpoints (opensensorhub#324)
…rhub#325) * Implement countMatchingEntries() in FederatedObsStore * remove atomic long reference
This was referenced Mar 18, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented a bifurcated authentication system that separates human UI access (requiring TOTP and providing redirects) from machine API access (using API keys and returning standard 401/403 errors). Included Admin UI management for API keys and automated provisioning scripts using Tailscale. Updated project documentation to match the new architecture.
Fixes opensensorhub#30
PR created automatically by Jules for task 5647487413823617495 started by @tyronechrisharris
🔄 Auto-Distributed via Sync
Original Flat Repo PR: tyronechrisharris/OSCAR#45
🔗 Related Updates in this Sync: