Auth0
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...
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?
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
The DISCOVERY_DOCUMENT does not include the api login url for okta its juts creates a random /callback url which there is no documentation on configuring
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
-
Updated
May 15, 2020 - TypeScript
Description (Problem)
The library does not in any way state in the docs, how the package can be used for client side authorization or authentication, respectively that it is not suited for this use case.
As we all know, next is a framework also to be used for pure client-side js/navigation. The most voted next issue is about auth, and there i
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
May 28, 2020
-
Updated
Jun 19, 2020 - Swift
-
Updated
Jun 5, 2020 - TypeScript
As an Architect, I would like to control the database version control and automatic migration, so that the DevOps team has no database migration headaches besides preventing the database from corruption.
Add support to Product & Recommendation services database to use Mongock for ease of database versioning.
-
Updated
Feb 26, 2020 - Vue
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Jun 16, 2020 - Dart
-
Updated
Nov 22, 2017 - JavaScript
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'
Update dependencies
Some are a bit outdated
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
-
Updated
May 7, 2020 - HTML
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Oct 31, 2017 - JavaScript
Created by Eugenio Pace and Matías Woloski
Released 2013
https://auth0.com/docs/quickstart/backend/nodejs/01-authorization
As far as I understand, when creating a backend to you would take access_token from client, and you would need to verify the token.
One of the key elements to check is audience.
Auth0.com asks to create an API with an identifier (can be anything - doesn't even have to start with https://, right?)
https://auth0.com/docs/getti