No description
Find a file
2023-05-01 12:01:06 +02:00
.woodpecker ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
crates oauth authorize: if totp request is present, redirect to totp verification page (since auth is not complete) 2023-05-01 12:01:06 +02:00
logo updated logo, added favicon (thanks Remi!) 2023-03-31 17:08:40 +02:00
.dockerignore docker 2023-02-27 16:48:42 +01:00
.gitignore added database_pool crate, for pool handling and migrations 2023-02-27 14:36:48 +01:00
Cargo.lock totp: new crate, sql migration + queries, enable totp page, save secret in database 2023-04-25 23:37:24 +02:00
Cargo.toml forgot password: email and paper key, reset password 2023-04-19 18:03:38 +02:00
Dockerfile forgot password: send emails 2023-04-22 01:27:24 +02:00
justfile docker 2023-02-27 16:48:42 +01:00
readme.md initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
rust-toolchain.toml initial commit, empty rocket server 2023-02-27 12:25:58 +01:00

ezidam

pronounced as "ez" + "idam"

  • ez: easy
  • idam: identity and access management wikipedia

setup

  1. install rust via rustup
  2. install the nightly toolchain with rustup toolchain install nightly

use the nightly toolchain during development, it can provide better errors