Skip JWT middleware for `com.atproto.server.createSession` RPC in PDS (#258)
Hey there - I'm trying to build out an E2E test suite based on the PDS
implementation included here.
It looks like `com.atproto.server.createSession` has the JWT Auth
middleware running on it, which prevents me calling this RPC in order to
log in. As far as I can tell, the handler has been implemented for this
RPC correctly (`pds/Server.handleComAtprotoServerCreateSession`) - it's
just not possible to call it.