Skip to content
#

oauth2-provider

Here are 110 public repositories matching this topic...

UkonnRa
UkonnRa commented Dec 18, 2019

Is your feature request related to a problem? Please describe.

When querying the Clients/Consent Sessions using pagination, ORY Hydra will only return results with some links, but not the total count of the items, which is useful to display in the frontend, you know, showing the total pages or something.

Describe the solution you'd like

Add the total_count parameter into Hea

authlib
jcassee
jcassee commented Sep 20, 2018

authlib contains pretty much all you need to implement JWT token validation. It would be nice if there was a simple default one provided. I'm not sure how many moving parts it would have. If no single validator would cover 80% of cases, maybe provide more docs on how to assemble one.

@lepture If you have a general idea of how you would like to see this implemented I would probably be able to do

carrotcomputer
carrotcomputer commented Feb 14, 2017

Reading through the documentation and being quite new to oAuth in general, I think its very confusing if these two addons are actually the same thing.

The documentation telling you to refer to the other addon continuously isn't great...

Attempting to install ember-oauth2 resulted in a error, so I chose ember-token-auth.

Are they the same? If not, what is the difference and which one shoul

periflo90
periflo90 commented Oct 23, 2019

We're using Grape with Grape::OAuth2 for a Rails project which provides an API that needs to be secured by the Client Credentials flow of OAuth2.

We've been following the configuration guidelines and the 'lazy' usage example stated in the README, but we have a question regarding the resource_owner_class_name. As we are using Client Credentials we don't need a resource owner, but the documenta

mgenov
mgenov commented Dec 18, 2017

We've got this on email:

Hello!

I would like to create a new oauth2 server, and I have found your
oauth2-server library on gitlab. I was able to compile the example-app
project, but I'm not sure how to use it. I don't see the endpoints. For
example, http://127.0.0.1:8888/oauth2-example-app/login.html or /oauth
or /oauth/login etc. All of them give me 404 not found.

Do you have a g
doc

Improve this page

Add a description, image, and links to the oauth2-provider topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oauth2-provider topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.