Skip to content

LauJunMingX/rust-usercloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UserClouds rust sample app

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.

Getting started

  1. Clone the repo
git clone [email protected]:tbakerx/userclouds-rust-sample.git && cd userclouds-rust-sample
  1. Build the app
cargo build
  1. Run the server
cargo run --bin userclouds
  1. With the server running, navigate to https://localhost:3000/login to see the UserClouds sample app login screen
  2. Create a test account here and login. On success, you will be redirected to the /callback route and will display your id_token, access_token, scopes etc.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages