Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of documentation #69

Open
deleocj opened this issue Jan 22, 2024 · 3 comments
Open

Lack of documentation #69

deleocj opened this issue Jan 22, 2024 · 3 comments

Comments

@deleocj
Copy link

deleocj commented Jan 22, 2024

Ya'll deprecated and removed so much from later versions and you have no documentation on what to replace with the stuff that was removed. You need to update the readme or something because this is unacceptable!

@deleocj
Copy link
Author

deleocj commented Jan 22, 2024

What did oidc.custom_callback get replaced with? Same with oidc.callback?

@deleocj
Copy link
Author

deleocj commented Jan 22, 2024

Also I get stuck in a redirection loop with this code:
`# # Reditected route

@app.route('/oidc/callback')

@app.require_login()

def callback():

if oidc.user_loggedin:

return "User is logged in"

else:

return "User not logged in"

Index route

@app.route('/')

@oidc.require_login

def index():

return "User signed in"`

@abompard
Copy link
Member

The docs are a little better now, could you have a look at them and see if you can upgrade?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants