All Projects → auth0-samples → auth0-golang-api-samples

auth0-samples / auth0-golang-api-samples

Licence: MIT License
Auth0 Integration Samples for Go REST API Services

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
shell
77523 projects
powershell
5483 projects

Projects that are alternatives of or similar to auth0-golang-api-samples

auth0-laravel-api-samples
Auth0 Integration Samples for Laravel REST API Services
Stars: ✭ 18 (-80.65%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-78.49%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-golang-web-app
Auth0 Integration Samples for Go Web Applications
Stars: ✭ 112 (+20.43%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-aspnetcore-mvc-samples
Auth0 Integration Samples for ASP.NET Core MVC Web Applications
Stars: ✭ 120 (+29.03%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-rubyonrails-sample
Auth0 Integration Samples for Ruby on Rails Web Applications
Stars: ✭ 36 (-61.29%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-aspnet-owin-webapi-samples
Auth0 Integration Samples for ASP.NET OWIN Web API Services
Stars: ✭ 25 (-73.12%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-jquery-samples
Auth0 Integration Samples for jQuery
Stars: ✭ 14 (-84.95%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-django-web-app
Auth0 Integration Samples for Django Web Applications
Stars: ✭ 33 (-64.52%)
Mutual labels:  auth0, quickstart, dx-sdk
auth0-spring-security5-api-sample
Sample demonstrating how to secure your API using Spring Boot 2 and Spring Security 5
Stars: ✭ 39 (-58.06%)
Mutual labels:  quickstart, dx-sdk
Auth0 Nodejs Webapp Sample
Auth0 Integration Samples for Node Web Applications
Stars: ✭ 117 (+25.81%)
Mutual labels:  auth0, quickstart
Auth0 Javascript Samples
Auth0 Integration Samples for Vanilla JavaScript Applications
Stars: ✭ 130 (+39.78%)
Mutual labels:  auth0, quickstart
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (+17.2%)
Mutual labels:  auth0, quickstart
Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (-24.73%)
Mutual labels:  auth0, quickstart
Auth0 Express Api Samples
Auth0 Integration Samples for Node Express REST API Services
Stars: ✭ 68 (-26.88%)
Mutual labels:  auth0, quickstart
Auth0 React Samples
Auth0 Integration Samples for React Applications
Stars: ✭ 672 (+622.58%)
Mutual labels:  auth0, quickstart
Auth0 Vue Samples
Auth0 Integration Samples for Vue.js Applications
Stars: ✭ 215 (+131.18%)
Mutual labels:  auth0, quickstart
Auth0 Angular Samples
Auth0 Integration Samples for Angular 2+ Applications
Stars: ✭ 227 (+144.09%)
Mutual labels:  auth0, quickstart
auth0-android-sample
Auth0 Integration Samples for Android Applications
Stars: ✭ 61 (-34.41%)
Mutual labels:  quickstart, dx-sdk
auth0-xamarin-oidc-samples
Auth0 OIDC Client with Xamarin applications
Stars: ✭ 26 (-72.04%)
Mutual labels:  auth0, quickstart
auth0-ios-swift-sample
Auth0 Integration Samples for iOS Swift
Stars: ✭ 55 (-40.86%)
Mutual labels:  quickstart, dx-sdk

Auth0 Golang API Samples

CircleCI

These samples demonstrate how to create an API with Go which only permits access to resources if a valid access token is included. This verification is done by validating the signature and claims in a JSON Web Token (JWT) signed by Auth0.

These samples do not demonstrate how to sign a JWT but rather assume that a user has already been authenticated by Auth0 and holds an access token for API access. For information on how to use Auth0 to authenticate users, see the docs.

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Create a free Auth0 account

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].