Hi Kevin, The TurboGears Cookbook tries to keep a list of ready made recipes on how to do things with TG: https://turbogears.readthedocs.io/en/development/cookbook/cookbook.html New entries in that are always accepted, but it's quite hard to maintain documentation that refers to third party tools nad libraries, so those are usually demanded to the plugin author.
For example TurboGears plugins for authentication on SAML2 ( https://bitbucket.org/axant/tgapp-samlauth/src/default/ ), Facebook ( https://github.com/axant/tgapp-fbauth ) and Google ( https://github.com/axant/tgapp-googleplusauth ). I'm not aware of a "Generic OAuth Plugin" but it shouldn't be too hard to adapt the Google one to your needs. On Fri, Feb 14, 2020 at 10:46 AM Kevin Keller <[email protected]> wrote: > Hello, > > is there any new TG2 documentation planned that goes over topics hands-on > / with examples > on how to deal with OIDC/AUTH2 + EASYCRUDRESTCONROLLER > > and you know and a genral guide that goes through the vast features of > this framework and how to use them step by step? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/turbogears/b1388ae9-41a3-4d6a-ae50-14b56f224ca4%40googlegroups.com > <https://groups.google.com/d/msgid/turbogears/b1388ae9-41a3-4d6a-ae50-14b56f224ca4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbogears/CAJfq2JED7HF49n2oEravtkKsY14uxxMa2KUWT9xa87aJAsh79A%40mail.gmail.com.

