hmlongco / RequestBuilder

URLRequest Builder Implementation for Combine
MIT License
42 stars 3 forks source link

SSL Pinnig Missing #1

Closed vinodiOS closed 7 months ago

vinodiOS commented 7 months ago

This is a great package I am using in my project. But now I need to implement SSL pinning in the current project. Is there any way to implement it?

hmlongco commented 7 months ago

Probably not going to add it to this project. But all you need to do is initialize the BaseSessionManager with a URLSession properly configured for SSL pinning.