Quentin Gliech 072a21663b New JWT/JOSE crate
Still WIP, needs to handle time related claims
2022-01-04 22:28:00 +01:00
2022-01-04 22:28:00 +01:00
2021-09-24 19:10:17 +02:00
2021-12-10 10:52:58 +01:00
2021-06-10 13:48:28 +02:00
2021-07-09 16:03:39 +02:00
2021-09-25 18:00:32 +02:00
2022-01-04 22:28:00 +01:00
2021-12-09 22:54:35 +01:00
2021-12-09 22:54:35 +01:00
2021-12-17 20:14:16 +01:00
2021-07-08 14:41:54 +02:00

OAuth 2.0 authentication server for Matrix

This is an attempt to implement an OAuth 2.0 and OpenID Connect authentication server for Matrix, following MSC2964. Don't expect too much here for now, this is very much a work in progress.

See the Documentation for information on installation and use.

Running

  • Install Rust and Cargo
  • Install Node.js and npm
  • Clone this repository
  • Generate the frontend:
    cd crates/static-files
    npm ci
    npm run build
    cd ../..
    
  • Generate the sample config via cargo run -- config generate > config.yaml
  • Run the database migrations via cargo run -- database migrate
  • Run the server via cargo run -- server -c config.yaml
  • Go to http://localhost:8080/
Description
No description provided
Readme AGPL-3.0 26 MiB
letro-v1.1.5 Latest
2026-05-02 09:47:12 +00:00
Languages
Rust 82.9%
TypeScript 9.8%
HTML 4.4%
Open Policy Agent 1%
CSS 1%
Other 0.8%