November 2018
Intermediate to advanced
404 pages
10h 16m
English
In Swift web frameworks, there are two authentication approaches: web-based and API-based. For the web-based authentication, a framework takes advantage of web browser's session ability to persist the authenticated access. For API-based authentication, the client to a Swift web framework may not be a web browser. In that case, a token is generated to persist authenticated access for a user. In this chapter, you'll focus on securing your web resources with web-based authentication.
Read now
Unlock full access