Skip to content

Instantly share code, notes, and snippets.

@calebkleveter
Created December 20, 2016 17:37
Show Gist options
  • Save calebkleveter/42eeca6b2439eb0cd544612de32c0252 to your computer and use it in GitHub Desktop.
Save calebkleveter/42eeca6b2439eb0cd544612de32c0252 to your computer and use it in GitHub Desktop.
import Auth
import BCrypt
final class StandardCredentials: Credentials {
var username: String
var password: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment