traverseda
traverseda
Are you actually advertising in github issues? Gross. (post has since been deleted)
It's only used internally so I don't think there's any point in exposing it to the end user. Worst case if you lose it is all the currently active user...
Awesome, I'm going to go through this OpenId connect example and try to adapt it to your database models https://github.com/authlib/example-oidc-server
Great to see you contributing to this, I've been keeping a close eye on yacht and it looks like it's shaping up to be pretty useful.
I know that feeling. Most of my free programming time has been going towards textract, with an eye on eventually making a decent self-hosted search engine (that can run on...
Well that's why I was asking if it was a feature you'd be interested in. I'll take a crack at it.
I've been working on converting https://github.com/authlib/example-oidc-server into a blueprint this app can use. This work is taking place here: https://github.com/traverseda/glauth-ui/tree/OpenId I'm think I've got the basic routing and stuff working,...
I'm pretty consistently getting `sqlite3.OperationalError: unable to open database file` when I try to run it outside of docker. I set SQLALCHEMY_DATABASE_URI to `sqlite:////tmp/test.db` and it's still happening. Not sure...
Are you setting [APPLICATION_ROOT](https://flask.palletsprojects.com/en/1.1.x/config/#APPLICATION_ROOT) in flask?
Also @sonicnkt feel free to ping me if you have a question like this, I have a fair bit of experience with python/flask and I'd like to support this project....