No description
Find a file
2023-04-02 01:10:27 +02:00
.woodpecker ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
crates refresh_tokens: add app inside each refresh token 2023-04-02 01:10:27 +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 apps: get all with filter, serde 2023-03-30 00:53:57 +02:00
Cargo.toml ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
Dockerfile dockerfile: set workdir 2023-03-26 00:34:26 +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