nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i add interceptor?

bilaldurnagol opened this issue · comments

It is necessary to add an interceptor(retry and adapt) for logics such as refresh tokens and access token.

Hey - not sure if this is a question specific to this project, there are no refresh or access tokens in use, you might want to ask in a more relevant place like stack overflow or reddit.