# Dgraph Cloud - Auth example (login/signup)

**URL:** https://discuss.dgraph.io/t/dgraph-cloud-auth-example-login-signup/13903
**Category:** Dgraph Cloud
**Created:** [April 27, 2021, 6:30pm UTC](https://discuss.dgraph.io/t/dgraph-cloud-auth-example-login-signup/13903 "2021-04-27T18:30:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![avishwakarma](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/avishwakarma/32/7720_2.png) [@avishwakarma](https://discuss.dgraph.io/u/avishwakarma)
#### Post date: [April 27, 2021, 6:30pm UTC](https://discuss.dgraph.io/t/dgraph-cloud-auth-example-login-signup/13903/1 "2021-04-27T18:30:23Z")

</div>

Hey there,

I think Dgraph Cloud is super cool and thanks for that.

I have deployed a very basic schema and have my GraphQL URL and I am kind of stuck as I wanted to get started with Auth APIs (Login/Signup) first which I cannot see in my API Explorer tab.

PS: I have checked the example implementation using Firebase Auth and Auth0 and just curious if there is any way we can have native auth flow (login/signup/forgetpassword/resetpassword) in the API explorer.

If there is any sample app with this implementation would be really helpful.

---

<div class="post-metadata">

### Author: ![JatinDevDG](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/jatindevdg/32/3417_2.png) [@JatinDevDG](https://discuss.dgraph.io/u/JatinDevDG)
#### Post date: [April 28, 2021, 11:50am UTC](https://discuss.dgraph.io/t/dgraph-cloud-auth-example-login-signup/13903/2 "2021-04-28T11:50:15Z")

</div>

As far as i know , you are looking for native support of authentication which we don’t have currently.  
you have to use third party like Auth0 or firebase for this. Please clarify if you meant something else.

---

<div class="post-metadata">

### Author: ![jdgamble555](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/jdgamble555/32/7503_2.png) [@jdgamble555](https://discuss.dgraph.io/u/jdgamble555)
#### Post date: [April 28, 2021, 12:10pm UTC](https://discuss.dgraph.io/t/dgraph-cloud-auth-example-login-signup/13903/3 "2021-04-28T12:10:38Z")

</div>

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
