Past Talks.
Moving from Database Tokens to JWT for RESTful API
Presenter: Chad Zink
Date Given: 2019-05-01
Abstract: An overview of user authentication in RESTful API's using stateful sessions or stateless database tokens, followed by methods to implement Javascript Web Tokens (JWT) to provide secure stateless authentication. We will be ending with how to handle cross-origin resource sharing and short live VS long lived sessions.