v2.0.0 (2024-09-18)
- deps: update module github.com/go-jose/go-jose/v4 to v4.0.4 (#131)
- deps: update golang.org/x/exp digest to e7e105d (#130)
- deps: update module github.com/agiledragon/gomonkey/v2 to v2.12.0 (#129)
v1.0.6 (2024-06-17)
- deps: update golang.org/x/exp digest to 7f521ea (#122)
- deps: update golang.org/x/exp digest to fc45aab (#121)
- deps: update module github.com/gin-gonic/gin to v1.10.0 (#120)
- deps: update module github.com/gin-contrib/sessions to v1.0.1 (#117)
v1.0.5 (2024-04-25)
- add roles and organiaztion-related data for
userInfoResponse
(#99)
- correct hostname for gin sample and add compose file to run anywhere to test (#111)
- deps: update module github.com/gin-contrib/sessions to v1 (#112)
- deps: update module github.com/stretchr/testify to v1.9.0 (#104)
- deps: update golang.org/x/exp digest to fe59bbe (#98)
- deps: update module github.com/agiledragon/gomonkey/v2 to v2.11.0 (#88)
- update SDK tutorial link (#103)
v1.0.4 (2023-12-01)
- deps: update module github.com/jarcoal/httpmock to v1.3.1 (#80)
- deps: update golang.org/x/exp digest to 6522937 (#79)
- deps: update module github.com/stretchr/testify to v1.8.4 (#73)
- deps: update module github.com/agiledragon/gomonkey/v2 to v2.10.1 (#69)
- deps: update golang.org/x/exp digest to 2e198f4 (#68)
v1.0.3 (2023-05-29)
1.0.3 (2023-05-29)
- ensure the basic auth header is included when fetching token (#75)
v1.0.2 (2023-05-18)
- fetch user info (#71)
- client: remove id token for sign out (#67)
- deps: update module github.com/jarcoal/httpmock to v1.3.0 (#60)
- deps: update module github.com/gin-gonic/gin to v1.9.0 (#59)
- deps: update module github.com/stretchr/testify to v1.8.2 (#52)
- deps: update module github.com/agiledragon/gomonkey/v2 to v2.9.0 (#50)
- deps: update golang.org/x/exp digest to 10a5072 (#48)
v1.0.1 (2023-04-11)
- client: add resource when calling FetchTokenByRefreshToken (#64)
v1.0.0 (2023-03-22)
- docs: document link issue (#61)
- core: replace
idTokenHint
withclientId
in sign-out url (#57) - core: remove deprecated role names (#54)
v1.0.0-rc.0 (2023-02-07)
- client: remove scope for access token grant (#53)
v0.1.5 (2022-09-27)
- fetch user info (#51)
v0.1.4 (2022-09-09)
v0.1.3 (2022-09-09)
- client: persist access tokens all the time (#45)
- deps: update golang.org/x/exp digest to 145caa8 (#41)
- gin-sample: rename storage ->
session_storage
(#24)
v0.1.2 (2022-09-07)
- client: skip resource check in
GetAccessToken
when resource is empty string (#38) - client:
GetIdTokenClaims
should returnErrNotAuthenticated
if the user is not authenticated (#37)
- web sample (#13)
- add authenticated user related method (#12)
- logto client (#10)
- client: handle signing out (#11)
- core:
verifyAndParseCodeFromCallbackUri
(#5) - core: core functions to interact with OIDC APIs (#7)
- core: generate sign in & sign out uri (#6)
- core: token utils (#4)
- core: generator functions (#3)
- core: types (#2)
- deps: update golang.org/x/exp digest to 334a238 (#23)