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
Wooey doesn't really have any special auth features -- the wooify command more or less sets up an opinionated version of a Django reusable application.
Adding other auth providers should be done treating your project layout just like a traditional Django application.
For the auth token, that is a bit harder. I'm up for suggestions on ways to tackle that.
Inside my company, we have a number of scripts that need to call various endpoints - all need to be authorized.
It seems there is currently no way to and I would propose this as a feature request:
The text was updated successfully, but these errors were encountered: