HeroicKatora / oxide-auth

A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends.
685 stars 91 forks source link

Version bump and fix chrono timestamp_opt warn #156

Open thespooler opened 1 year ago

thespooler commented 1 year ago

This fixes timestamp deprecation warning by moving to timestamp_opt() as the behavior of timestamp() is to panic on error.