Re: [9fans] OAuth2 in factotum

Demetrius Iatrakis <[email protected]> Sun, 22 Aug 2021 23:32:13 +0300
Newsgroups gmane.os.9front.general,gmane.os.plan9.general
Message-ID <CALo7eEusX6z88gkWZyOv6tDmHk4wWNmpdB=v+-QycdRp27dWgw@mail.gmail.com>
Thank you for your work.

Don't forget to add

type is text
dst is oauth
plumb to oauth

to your plumber's rules file to create the oauth port.

I have also added the authorization code flow to the factotum module
(can be enabled by adding `flow=auth` to the key), but it requires the
user to import the plan9port plumber into factotum's namespace. I am
unsure what the best way to do this is. Plan9port provides import(4)
which relies on SSH, but 9front does not provide an SSH server.

-- 
Demetrius