Commit Graph

9 Commits

Author SHA1 Message Date
Robert Best f914667efe Example of admin parameter
Expands on config example to show how to specify admin ID
2022-06-10 10:58:52 -04:00
Paul Rodwell 88b0e2b825
callbackURL has fix location, rather than being a parameter. 2021-11-04 10:12:59 +00:00
Paul Rodwell 7eba6ba411
replacing eval() with function using property accessors 2021-11-02 18:56:21 +00:00
3wc 001def2fea Custom callback and user profile URLs for OAuth2
For parsing `oauth2_UsernameField` values like
`profile.preferred_username`, this makes use of `eval()` which is
generally Evil™, but I'm assuming that anyone with permission to edit
config.json likely has permission to make changes to the fedwiki source
code already anyway, so it's fragile rather than increasing a security
attack surface. An alternative would be using  a small function to look
up properties of the `params` / `profile` objects using the same
dotted-path notation.
2021-10-23 16:56:08 +02:00
3wc 5f2164cb12 Add generic OAuth support 2021-10-18 21:13:18 +02:00
Paul Rodwell 2a6b274a05 change guidance about setting `Callback URL` to using a placeholder.
See #5
2016-11-21 12:43:05 +00:00
Paul Rodwell 8449863fb7 Adding documentation for Twitter 2016-07-07 11:43:26 +01:00
Paul Rodwell 23d1a7326e documentation, adding google configuration notes 2016-06-30 18:07:11 +01:00
Paul Rodwell f6c569b98b documentation, work in progress 2016-06-30 09:42:02 +01:00