Skip to content
#

Auth0

auth0 logo

Auth0 is an Identity-as-a-Service (IDaaS) provider. Auth0 provides customers with a Universal Identity Platform for their web, mobile, IoT, and internal applications.

Here are 796 public repositories matching this topic...

kostin-softgrad
kostin-softgrad commented Dec 19, 2017

I wrote the server part
io.on('connection', socketioJwt.authorize({ secret: jwtsecret, timeout: 15000 })).on('authenticated', function (socket) { console.log('Connected: ' + socket.decoded_token.id + ' ' + socket.decoded_token.displayName); });

But I can not connect with android
Can you please tell me how to do this, can have a sample code?

kbrandwijk
kbrandwijk commented Nov 6, 2017

Issue type:

I am submitting:

  • an issue
  • a feature request

What feature would you like to see added? Please be descriptive.

I would like multiple language branches (at least Javascript and Typescript), so people can easily use and contribute to templates in their preferred programming language.

The CLI already supports branches by doing:
`graphcool add-template git

Springy-Store-Microservices
felipecalvo
felipecalvo commented Jan 17, 2019

When Show extra code is checked, the guide's extra code is shown first and then the exercise's extra code is appended to it.

A guide's extra code might be used in many exercises but not all of them, and showing all of it when it's not needed adds confusion to the exercise.

This guide could benefit from this feature; I'

inquiribus
inquiribus commented Jul 3, 2019

Issue Report

If you are reporting a bug, please fill the sections below (if they are applicable), otherwise feel free to delete those that don't apply. Thank you! 🙏🏼

Description

while using $go mod tidy, the following happened
go: github.com/auth0-community/auth0-go@v1.0.0: parsing go.mod: unexpected module path "github.com/auth0-community/go-auth0"

this was previously reported

You can’t perform that action at this time.