Page 1 of 1

Custom auth providers

Posted: Fri Jan 22, 2016 8:32 pm
by iPlayer
How do I ship my own auth providers with my plugins? I believe you won't let me touch packages/source-python/auth/providers

Posted: Fri Jan 22, 2016 9:23 pm
by satoon101
We are working on a whole new authorization system that will replace the current one completely. It should be all encompassing and fit everyone's needs. If you want to take a look at its current state, check out our NewPerms branch.

Posted: Sat Jan 23, 2016 6:26 pm
by iPlayer
It has SQLAlchemy in it. I'm happy with that.

Guess then I'll start developing next plugin according to this branch.

Posted: Sat Jan 23, 2016 6:56 pm
by necavi
I'd be happy to help if you encounter any issues. It is an extremely simple system, however and 90% of the documentation for http://forums.sourcepython.com/showthread.php?808-SourcePerms applies to NewPerms as well.

Posted: Mon Jan 25, 2016 3:40 am
by iPlayer
Thanks, necavi