ciscoheat / sveltekit-rate-limiter

A modular rate limiter for SvelteKit. Use in password resets, account registration, etc.
MIT License
203 stars 4 forks source link

Lack of examples #9

Open uhidontkno opened 2 months ago

uhidontkno commented 2 months ago

Examples should exist for ratelimiting on +server.ts and hooks.server.ts

ciscoheat commented 2 months ago

Good idea, feel free to contribute to OSS by adding them to the readme.

uhidontkno commented 2 months ago

Good idea, feel free to contribute to OSS by adding them to the readme.

I can't contribute because I was looking for an API route example for this library because I do not know this library and would like to use an example. That's why I created an issue instead of a pull request.