This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
trailbase
Watch
1
Star
0
Fork
0
You've already forked trailbase
mirror of
https://github.com/trailbaseio/trailbase.git
synced
2026-05-23 02:28:34 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ecd7c11b7fd22ad8190b95ec64efd44f6434c92
trailbase
/
crates
/
core
T
History
Sebastian Jeltsch
9ecd7c11b7
Allow concurrent
SELECT
s from WASM guests, while still allowing the use of
ATTACH/DETACH DATABASE
.
#221
2026-03-31 11:01:40 +02:00
..
benches
Fix benchmark.
2026-01-06 10:13:28 +01:00
migrations
Add OTP auth flows: request code + login. Also add corresponding UIs to both admin UI and
auth-ui
crate.
2026-03-16 11:06:48 +01:00
proto
Add GitHub OAuth provider (validated) and fix OAutch callback cookie strictness: i.e. require secure/TLS for HTTPS sites in prod mode.
2026-03-19 22:55:43 +01:00
src
Minor quality-of-life improvement: trim OAuth client id/secret in UI and check for whitespaces on the backend.
2026-03-19 23:46:36 +01:00
templates
Fix missing
total_count
for list queries with
?count=true&limit=0
.
#207
2026-01-10 22:56:21 +01:00
tests
Add two-factor authentication using TOTPs. Also add registration & logins UIs to admin dash and the auth-ui crate.
2026-03-16 10:48:09 +01:00
.gitignore
…
build.rs
…
Cargo.toml
Allow concurrent
SELECT
s from WASM guests, while still allowing the use of
ATTACH/DETACH DATABASE
.
#221
2026-03-31 11:01:40 +02:00