GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
578 stars 103 forks source link

Add support for persist-auth #124

Closed dorianim closed 7 months ago

dorianim commented 1 year ago

It would be nice to have the option to set persist-auth to true in the rapidoc index. See the spec here

ralpha commented 1 year ago

This requires an update to the rapidoc version and add the option to the various places in the code. But this can definitely be added. Feel free to create a PR for this and it will be included in the next release (whenever that might be, just did release today. So will have to wait so it can be combined with a few other changes, or if rocket has an other update).

ralpha commented 7 months ago

This has just been added in ba09ed64f35d01d0d8310f48e8b9e22e587ae434 This will be part of the next release.