mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
420 B
420 B
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.