8000 GitHub - wnan/keycloak-rust: koans for axum in rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wnan/keycloak-rust

 
 

Repository files navigation

axum-koans

setup

  1. add google oauth api credentials

refer to steps of Create a Google Application in How to setup Sign in with Google using Keycloak

  1. add google api credentials (clientId and clientSecret) in below .env file

  2. init application

# [Optional], for devtool initialization
sh ./devtool-init.sh

# configure initialization, and put your google client configuration in
cp .env.dev .env

# init keycloak and postgres
# Details in [infrastructure](/infrastructure/readme.md)
sh ./infrastructure/keycloak/init.sh

# start keycloak and postgres
sh ./infrastructure/services-up.sh

# start app
cargo run

features

Oauth

About

koans for axum in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 77.4%
  • Shell 12.1%
  • HCL 8.7%
  • Dockerfile 1.8%
0