stormpath / Turnstile

An authentication framework for Swift.
Apache License 2.0
165 stars 29 forks source link

typo in Credentials.swift #25

Closed xGoPox closed 7 years ago

xGoPox commented 7 years ago

there is a typo at Sesssion with 3 's' : public struct Sesssion: Credentials {} should be : public struct Session: Credentials {}

edjiang commented 7 years ago

Oh shoot, well this is embarrassing! =D Thanks for noticing! Can't go around breaking people's code, so this will probably stay for the near future -- although I'll work on deprecating it and removing it for 2.0

kdawgwilk commented 7 years ago

Maybe renaming it and including a typealias for backward compatibility till version 2 hits?

edjiang commented 7 years ago

Yep! It's been a while. Need to catch up on all of this Turnstile stuff. Should have time in ~2 weeks or so!

edjiang commented 7 years ago

Fixed in #29