stormpath / Turnstile

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

Moving to Foundation for no dependencies #9

Closed edjiang closed 7 years ago

edjiang commented 7 years ago

Makes it decoupled with Vapor's releases, lets us integrate with Kitura & Perfect as well with less compilation pain.

There's some Foundation bugs on Linux that we'll need to work around, and we can get this released.

loganwright commented 7 years ago

@edjiang is CI no longer running on Turnstile?

edjiang commented 7 years ago

Travis is still running:

https://travis-ci.org/stormpath/Turnstile

But an org admin changed something which deauthorized integrations like Travis from pushing data back. Fixed =]