forked from enviPath/enviPy
[Feature] OAuth2 Provider (#84)
Fixes #74 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#84
This commit is contained in:
@ -76,5 +76,7 @@ urlpatterns = [
|
||||
re_path(r'^indigo/dearomatize$', v.dearomatize, name='indigo_dearomatize'),
|
||||
re_path(r'^indigo/layout$', v.layout, name='indigo_layout'),
|
||||
|
||||
re_path(r'^depict$', v.depict, name='depict')
|
||||
re_path(r'^depict$', v.depict, name='depict'),
|
||||
|
||||
path("o/userinfo/", v.userinfo, name="oauth_userinfo"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user