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
# get version from __version__ variable in oidc_extended/__init__.py
from oidc_extended import __version__ as version
setup(
name="oidc_extended",
version=version,
description="An extension to the ERPNext Social Login authentication method (OIDC) that incorporates new features designed to meet the needs of enterprises.",