Some clarifying questions:
Are you sending these tokens as part of the headers?
Which kind of redirects are you getting that you are unable to intercept?
Post
Replies
Boosts
Views
Activity
Till the time we have this option available in SwiftUI, we can use [ForEach](https://developer.apple.com/documentation/swiftui/foreach) for hiding the separator.
VStack {
ForEach(permissions) {
PermissionView(permission: $0)
}
.padding(.bottom, 8)
}