leptos/examples/login_with_token_csr_only
2024-01-19 14:16:58 -05:00
..
api-boundary ci(examples): split jobs and verify changed examples (#1155) 2023-06-13 21:29:54 -04:00
client Update login example (CSR only) (#2155) 2024-01-19 14:16:58 -05:00
server Update login example (CSR only) (#2155) 2024-01-19 14:16:58 -05:00
Cargo.toml chore: removed resolver link warning in example (#1677) 2023-09-08 14:47:14 -04:00
Makefile.toml build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
README.md fix(examples/build): do not require stop to end trunk (#1713) 2023-09-14 17:07:16 -04:00

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.