Skip to content

Commit

Permalink
Remove unused JWT import from TokenManager (#18)
Browse files Browse the repository at this point in the history
- Remove unnecessary import of JWT package from TokenManager.swift
- Clean up dependencies in protocol definition
  • Loading branch information
vamsii777 authored Nov 11, 2024
1 parent 25ef98f commit cb71826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/VaporOAuth/Protocols/TokenManager.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Vapor
import JWT

public protocol TokenManager: Sendable {
func generateAccessRefreshTokens(
Expand Down

0 comments on commit cb71826

Please sign in to comment.