You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for the protocol method is due to you having to implement your own verification algorithm, they are many more verification algorithms out there you can reference based on the encryption scheme. So there is nothing to make open.
The reason for the protocol method is due to you having to implement your own verification algorithm, they are many more verification algorithms out there you can reference based on the encryption scheme. So there is nothing to make open.
Can you open this method please:
func verify(jwt: String) -> Bool {
return verifierAlgorithm.verify(jwt: jwt)
}
The text was updated successfully, but these errors were encountered: