Lukas Fleischer [2020-06-06 08:42:05 -0400] > > +; Passphrase FastAPI uses to sign client-side sessions. > > +session_secret = > > \u6975\u79d8\u3001\u8a33\u3059\u306a\uff01\u3042\u3001\u9045\u904e\u304e\u305f\u3002 > > Nit: Since this is not really a secret, can we just use a plain text > value (e.g. "secret") here? I know we had a similar discussion before, > but I don't like the idea of having binary data in text configuration > files since it might cause all sorts of issues with different tools (and > even if that means the tools are bad, it's better to avoid it > altogether).
It is plain UTF-8 already. Feel free to replace it by whatever you like. I don’t think it deserves a new patch submission. I realize I forgot to mention one important thing: python-authlib and python-httpx are not yet in Arch’s repos.