go-oauth2-server icon indicating copy to clipboard operation
go-oauth2-server copied to clipboard

Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine C++ Course & Stanford University

Results 36 go-oauth2-server issues
Sort by recently updated
recently updated
newest added

will be nice if you can add an AI character that will help you fight

This is a (hopefully) complete implementation of the Authorization Code with PKCE flow (https://oauth.net/2/pkce/).

Fix https://github.com/RichardKnop/go-oauth2-server/issues/78

docker build -t go-oauth2-server:latest . ``` docker build -t go-oauth2-server:latest . Sending build context to Docker daemon 27.63MB Step 1/14 : FROM golang ---> 260de46bdc85 Step 2/14 : MAINTAINER Richard...

![image](https://user-images.githubusercontent.com/14032427/98771614-debaf780-240a-11eb-874c-8f3b98f33144.png)

When you want to run it using docker-compose , it gives error > Error: Database is uninitialized and superuser password is not specified. > You must specify POSTGRES_PASSWORD to a...

Docker build of the server failing due to "failed to build LLB" error ###### 12 15.41 go: downloading github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a ###### 12 16.97 go: downloading github.com/unrolled/secure v1.0.0 ###### 12 16.98...

Hi there, I tried to build the server on a clean machine and it resulted in ``` foo% go install . build github.com/RichardKnop/go-oauth2-server: cannot load github.com/hashicorp/consul/api: ambiguous import: found github.com/hashicorp/consul/api...

I don't find any route or command to oauth2 client , where is it please? I also read all document , still not find any reference. I check all source...

I'd like to pass jwt token to my micro services, can we use jwt now out of box now?