Hi Kun At the moment the username is stored in the tiddler `$:/status/UserName`. For your purposes it sounds like you'd like to be able to override the username with a string passed in a request header. Is there already a suitable request header we can use, or can you choose a suitable one?
Best wishes Jeremy On Fri, Aug 30, 2013 at 7:16 PM, Kun Xi <[email protected]> wrote: > Hello Jeremy, > > No request for now. > > Just curios about the creator/modifier field, if the proxy can inject the > modifier with credential > provided by Google, will the tiddler be rendered with appropriate author? > > Thanks, > Kun > > > On Friday, August 30, 2013 12:07:16 AM UTC-7, Jeremy Ruston wrote: > >> Hi Kun Xi >> >> This is terrific, thank you for sharing it. I shall add a link to >> five.tiddlywiki.com. >> >> Is there anything from a TW5 point of view that would make tw5-auth >> simpler/better? >> >> Best wishes >> >> Jeremy >> >> >> >> On Thu, Aug 29, 2013 at 9:44 PM, Kun Xi <[email protected]> wrote: >> >>> Hello, >>> >>> I am playing with TiddlyWiki5 Node Edition and I like it. The only >>> caveat is TW5 does no support authentication/authorization by design. So I >>> build a small utility, tw5-auth to fill the gap: >>> >>> >>> - It assumes you are using Google App for your own domain, just as I >>> do. >>> - It uses Google OAuth2 API for authentication >>> - If the user is logged with the email account from the specific >>> domain, it is granted with full write privilege. >>> - Anonymous user can read, but cannot create or modify the content. >>> >>> Checkout the code at >>> https://github.com/kunxi/**tw5-auth<https://github.com/kunxi/tw5-auth>, >>> and read more details at my blog: http://www.kunxi.org/** >>> blog/2013/08/note-up-powered-**by-tiddlywiki5/<http://www.kunxi.org/blog/2013/08/note-up-powered-by-tiddlywiki5/> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "TiddlyWiki" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to tiddlywiki+...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/tiddlywiki<http://groups.google.com/group/tiddlywiki> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

