This is a very simple starter app for UserClouds written in rust.
In order to make getting up and running even faster, we've included some test credentials in the code itself. These credentials won't actually do anything besides allow you to create an account and log into localhost, but they should make things just a little bit easier.
We've also tried to simplify the code to the bare minimum to see what's going on, so please apply actual software engineering practices to any code you write that derives from this!
See Getting Started With Plex for a more detailed guide.
- Clone the repo
git clone [email protected]:tbakerx/userclouds-rust-sample.git && cd userclouds-rust-sample- Build the app
cargo build- Run the server
cargo run --bin userclouds- With the server running, navigate to
http://localhost:3000/loginto see the UserClouds sample app login screen - Create a test account here and login. On success, you will be redirected to the
/callbackroute and will display yourid_token,access_token,scopesetc.