create-rust-app icon indicating copy to clipboard operation
create-rust-app copied to clipboard

Set up a modern rust+react web app by running one command.

Results 32 create-rust-app issues
Sort by recently updated
recently updated
newest added

What's the feasibility for adding the option to use Google/Github/etc. OAuth for user authorization in addition to / instead of the current authorization method?

Currently, running the build scripts takes an unnecessary amount of time because all the scripts are treated like separate binaries but have the same dependencies as the backend, meaning that...

This might mean we have to follow a commit message convention?

documentation

Thank you for making create-rust-app available! Using create-rust-app 8.1.1 with postgres + poem + Auth + Container + Development plugins (Storage and GraphQL disabled), I was able to get the...

https://stackoverflow.com/questions/61650471/always-return-ok-httpresponse-then-do-work-in-actix-web-handler

bug

extension to #81 , while there is now utoipa support for actix there is not for Poem

Hi team This looks like an amazing starting point for a new rust project but I am having trouble implementing the OAuth plugin. Is there an example project somewhere that...

Support set environment variables when send email Example ``` let auth_router_prefix = std::env::var("AUTH_ROUTER_PREFIX").unwrap(); let link = &format!("{auth_router_prefix}/reset?token={reset_token}"); ```

How can i resolve this error when boostrapping create-rust-app?