You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve our commitment to ZITADEL with its libraries and tools being open source, we will relocate this repository to the newly created ZITADEL organisation.
When will this be done
Beginning from 27.04.2022 this repository will be newly located here -> oidc
How to migrate
Go Mod
To migrate your go imports please execute the following command in your projects directory:
find ./ -type f -name "*.go" -o -name "go.mod" -print0 | xargs -0 sed -i '' -e "s/github.com\/caos\/oidc/github.com\/zitadel\/oidc/"
All links to the previous repository location are automatically redirected to the new location. When you use git clone, git fetch, or git push on a transferred repository, these commands will redirect to the new repository location or URL. However, to avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL.
What happens
In order to improve our commitment to ZITADEL with its libraries and tools being open source, we will relocate this repository to the newly created ZITADEL organisation.
When will this be done
Beginning from 27.04.2022 this repository will be newly located here -> oidc
How to migrate
Go Mod
To migrate your go imports please execute the following command in your projects directory:
Git Remote
As by Github's documentation we recommend the following:
What else
This change will happen in parallel to our release of the version 2 of this library with breaking changes mentioned in #173
The text was updated successfully, but these errors were encountered: