Paul Greenberg

Results 443 comments of Paul Greenberg

@jariz , please share your config. it is not “authorization Bearer”. Rather, pass X-API-Token header with the value of the key you’d created

@jariz , let’s keep it open. Will address it next week

@jariz , please help promote this project … if you like of course 😃

@axi92 , please provide your config and specify which route handles the rest endpoint.

@axi92 , when you curl to your API, you would need providing the token acquired via authentication portal. What is the curl command you are using?

> Yes the problem is how do I get the token from the auth portal? @axi92 , you do it like this https://authp.github.io/docs/authenticate/misc#authenticate

@axi92 , please search the docs on how to enable accepting bearer token. Once you authenticate to the portal and get the token, you pass that token in “ -H...

@axi92 , wait … the things I mentioned would not work with OAuth. Let me think and I will let you know how to go about it.

@axi92 , 😄 I might know how to do it! 😆 ... So ... I decided adding a feature that would take the `id_token` or `access_token` received from OAuth2.0 provider...

@axi92 , I am ready to get back to this. The gist is that I will be taking `id_token` sent by OAuth provider and injecting it into a cookie accessible...