MyGit

identity-v0.5.0

actix/actix-extras

版本发布时间: 2022-07-11 20:39:30

actix/actix-extras最新发布版本:session-v0.10.1(2024-09-13 02:57:02)

actix-identity v0.5 is a complete rewrite. The goal is to streamline user experience and reduce maintenance overhead.

actix-identity is now designed as an additional layer on top of actix-session v0.7, focused on identity management. The identity information is stored in the session state, which is managed by actix-session and can be stored using any of the supported SessionStore implementations. This reduces the surface area in actix-identity (e.g., it is no longer concerned with cookies!) and provides a smooth upgrade path for users: if you need to work with sessions, you no longer need to choose between actix-session and actix-identity; they work together now!

actix-identity v0.5 has feature-parity with actix-identity v0.4; if you bump into any blocker when upgrading, please open an issue.

Changes:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-07-11发行的版本