No description
Find a file
2023-03-16 21:38:32 +01:00
.woodpecker ci: use latest version of rust 2023-03-10 19:01:58 +01:00
crates ezidam, openid: refactor check app in method, verifying and send POST as well 2023-03-16 21:38:32 +01:00
logo added settings crate, creating settings on web startup 2023-02-27 16:17:51 +01: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 ezidam, openid: refactor check app in method, verifying and send POST as well 2023-03-16 21:38:32 +01:00
Cargo.toml jwt: added key rsa key generation, import/export, jwk as PS256 2023-03-12 14:04:16 +01:00
Dockerfile docker 2023-02-27 16:48:42 +01: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