All Projects → sohamkamani → Go Oauth Example

sohamkamani / Go Oauth Example

Implementing OAuth 2.0 with Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Oauth Example

Padlock
Phalcon Authentication Server
Stars: ✭ 18 (-48.57%)
Mutual labels:  oauth2
Cloud Enabled Microservice
Tasks microservice (Spring Boot, MVC, Data, Lombok, Cloud, OAuth2, Config, Eureka, Zuul, Hystrix, Docker)
Stars: ✭ 14 (-60%)
Mutual labels:  oauth2
Ueberauth twitter
Twitter Strategy for Überauth
Stars: ✭ 31 (-11.43%)
Mutual labels:  oauth2
Oauth2
OAuth2 client in Go
Stars: ✭ 20 (-42.86%)
Mutual labels:  oauth2
Oauth Demo
Spring Security OAuth2 + MongoDB
Stars: ✭ 7 (-80%)
Mutual labels:  oauth2
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+92714.29%)
Mutual labels:  oauth2
Jso
Easy to use OAuth 2.0 javascript library for use in your javascript application.
Stars: ✭ 830 (+2271.43%)
Mutual labels:  oauth2
Altair
Lightweight and Robust API Gateway written in Go
Stars: ✭ 34 (-2.86%)
Mutual labels:  oauth2
Rest Api Examples
Test and Prototype with Fake Online REST/OAuth 2 APIs Examples
Stars: ✭ 13 (-62.86%)
Mutual labels:  oauth2
Web Oauth App
第三方登录服务 Web OAuth 示例
Stars: ✭ 30 (-14.29%)
Mutual labels:  oauth2
Louketo Proxy
A OpenID / Proxy service
Stars: ✭ 926 (+2545.71%)
Mutual labels:  oauth2
Django Rest Framework Social Oauth2
python-social-auth and oauth2 support for django-rest-framework
Stars: ✭ 941 (+2588.57%)
Mutual labels:  oauth2
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-17.14%)
Mutual labels:  oauth2
Silhouette
Silhouette is a framework agnostic authentication library for Scala that supports several authentication methods, including OAuth2, OpenID Connect, Credentials, Basic Authentication or custom authentication schemes.
Stars: ✭ 18 (-48.57%)
Mutual labels:  oauth2
Pig
🚀 The best rbac web framework. base on Spring Boot 2.4、 Spring Cloud 2020、 OAuth2 . Thx Give a star
Stars: ✭ 958 (+2637.14%)
Mutual labels:  oauth2
Jwtsecurity
JWT Server for Asp.Net Core and Asp.Net WebAPI2
Stars: ✭ 16 (-54.29%)
Mutual labels:  oauth2
Play Zhewbacca
Play! framework library to protect REST endpoint by OAuth2 token verification. Supports Play versions 2.5, 2.6, 2.7
Stars: ✭ 21 (-40%)
Mutual labels:  oauth2
Fake Oauth2 Server
An OAuth2 server implementation to be used for testing
Stars: ✭ 34 (-2.86%)
Mutual labels:  oauth2
App
The SimpleLogin back-end
Stars: ✭ 958 (+2637.14%)
Mutual labels:  oauth2
Oauth2 Shiro Jwt
use oauth2, shiro and spring specrity to make an ums system
Stars: ✭ 29 (-17.14%)
Mutual labels:  oauth2

Go OAuth example

Read the blog post here

This is an example node application that implements Githubs OAuth2 API.

In order to run the application:

  1. Register your new application on Github : https://github.com/settings/applications/new. In the "callback URL" field, enter "http://localhost:8080/oauth/redirect". Once you register, you will get a client ID and client secret.
  2. Replace the values of the clientID and clientSecret variables in the main.go file and also the index.html file
  3. Start the server by executing go run main.go
  4. Navigate to http://localhost:8080 on your browser.
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].