| Crates.io | lineapi |
| lib.rs | lineapi |
| version | 0.7.0 |
| created_at | 2025-03-13 03:54:05.752481+00 |
| updated_at | 2025-09-07 23:22:19.874806+00 |
| description | LINE API library. |
| homepage | |
| repository | https://github.com/aoyagikouhei/lineapi-rs |
| max_upload_size | |
| id | 1590482 |
| size | 225,853 |
LINE API library supporting both LINE Messaging API and LINE Login API.
examples/oauth/)A complete web application demonstrating LINE Login integration with PKCE (Proof Key for Code Exchange).
Features:
Usage:
cd examples/oauth
LINE_CLIENT_ID=your_client_id \
LINE_CLIENT_SECRET=your_client_secret \
LINE_REDIRECT_URI=http://localhost:5173/oauth-line \
cargo run
Flow:
http://localhost:5173/ to start OAuth flowDependencies:
axum - Web frameworktower-cookies - Cookie managementuuid - Generate secure PKCE verifier and state