stormpath / Turnstile

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

Update to Swift 8-15 #2

Closed edjiang closed 7 years ago

edjiang commented 8 years ago

Blocked on vapor/engine, vapor/json, and SecretSocks. @tannernelson, I'm doing other work this week -- can you ping me when the vapor dependencies are ready? If SecretSocks needs work I can take a look into it.

edjiang commented 8 years ago

Task list right now: I'm checking off ones with active PRs

edjiang commented 8 years ago

@tannernelson btw I think I'm going to use JSONSerialization for the next release (since it seems to be OK on linux now?), so no worries about updating that.

tanner0101 commented 8 years ago

vapor/JSON is just a wrapper around Foundation's JSON. Core should be good with version 0.5 and Joannis is working on making our crypto lib 8-18 compatible.