All Dgraph does is verify jwt tokens. Given that, you would have to write your own algorithms to create / and verify them to work with Dgraph. You could build your own custom auth on top of any jwt system. Both Firebase and Auth0 make this easy, and you can use whatever auth you want, so why re-invent the wheel.
J