leptos/projects/login_with_token_csr_only
Greg Johnston 0d665c9c05 move several complex examples into projects 2024-08-01 19:42:21 -04:00
..
api-boundary move several complex examples into projects 2024-08-01 19:42:21 -04:00
client move several complex examples into projects 2024-08-01 19:42:21 -04:00
server move several complex examples into projects 2024-08-01 19:42:21 -04:00
Cargo.toml move several complex examples into projects 2024-08-01 19:42:21 -04:00
Makefile.toml move several complex examples into projects 2024-08-01 19:42:21 -04:00
README.md move several complex examples into projects 2024-08-01 19:42:21 -04:00

README.md

Leptos Login Example

This example demonstrates a scenario of a client-side rendered application that uses an existing API that you cannot or do not want to change. The authentications of this example are done using an API token.

The api-boundary crate contains data structures that are used by the server and the client.

Getting Started

See the Examples README for setup and run instructions.

You will also need to run cargo make stop to end the server process.