Releases: ristekoss/rust-sso-ui-jwt
Releases · ristekoss/rust-sso-ui-jwt
v0.4.0
Thanks to the following for their contributions:
Changed
- Make ticket validation request to be synchronous (#16) (@nayyara-airlangga)
- Rename
ReqwestError
toRequestError
(#16) (@nayyara-airlangga)
Removed
- Remove
tokio
and replacereqwest
withhttp_req
(#16) (@nayyara-airlangga)
v0.3.1
Thanks to the following for their contributions:
Removed
- Remove
dotenv
and unusedtokio
features (#13) (@nayyara-airlangga)
v0.3.0
Thanks to the following for their contributions:
Added
- Create code style workflow (#10) (@nayyara-airlangga)
Removed
- Remove
BadRequest
fromValidateTicketError
(#11) (@nayyara-airlangga)
Fixed
- Fix
actix-web-example
to match the code standards (#10) (@nayyara-airlangga) - Fix
ValidateTicketError
for xml response parsing (#11) (@nayyara-airlangga)
v0.2.0
Thanks to the following for their contributions:
Added
- Add code documentation (#3) (@nayyara-airlangga)
- Create SSO user struct (#4) (@nayyara-airlangga)
- Add get single organization handler (#6) (@nayyara-airlangga)
Changed
- Reduce feature helper modules visibility to
pub(super)
(#5) (@nayyara-airlangga) - Remove
Clone
andPartialEq
trait implementation from theOrganization
struct (#6) (@nayyara-airlangga)
v0.1.1
Thanks to the following for their contributions:
Added
v0.1.0
Thanks to the following for their contributions:
Added
- Release initial version of the project (@nayyara-airlangga)