Pascal Welsch
Pascal Welsch
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android ### Description...
Building on top of #117 tested it all day, it works fine :) The versioning and breaking changes (like raising min-sdk) need to be considered
Currently, `fresh_dio` automatically adds the authentication header to **all** requests made through a `dio` instance with the interceptor. However, some endpoints should not include authentication headers, such as: - Login/registration...