DarrenBaldwin07 / clerk-rs

An unofficial Rust SDK for Clerk.dev
https://crates.io/crates/clerk-rs
MIT License
58 stars 23 forks source link

Add feature flags for axum and actix validators #39

Closed hazelmeow closed 1 month ago

hazelmeow commented 1 month ago

This PR adds axum and actix feature flags that enable the Axum and Actix validators respectively. This is breaking since the actix validator is no longer available by default.

Closes #37.