Skip to content
#

oauth

Here are 1,716 public repositories matching this topic...

next-auth
mysticaltech
mysticaltech commented Mar 26, 2021

Summary of proposed feature
AppWrite.io is an open-source Firebase-like project that provides authentication features via REST.

Purpose of proposed feature
Have Next-Auth work with it.

Detail about proposed feature
They have a User API https://appwrite.io/docs/server/users and an Account API https://appwrite.io/docs/client/account. I think the latter seems like the one that s

DentonGentry
DentonGentry commented Feb 14, 2021

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

Though https://www.home-assistant.io/ runs on what appears to be Debian, neither deb nor apt are present and all add-on functionality is expected to be done via Home Assistant plugins.

Describe the solution you'd like

It would be great to have Tailscale support as a HassIO plug-in for Home Assistant.

**Describe alte

mccutchen
mccutchen commented May 1, 2019

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

The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.

Describe the solution you'd like

New documenta

cli
maxxedev
maxxedev commented Feb 6, 2021

What would you like to be added

Add support for inspecting multiple certificates in one file and/or multiple files each of which may contain multiple certificates.

Example:

// multiple certificates in one file
$ step certificate inspect --bundle --format pem https://www.google.com > certs.txt
$ step certificate inspect certs.txt
<shows only one cert>

// multiple input files
$ 

Improve this page

Add a description, image, and links to the oauth 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 oauth topic, visit your repo's landing page and select "manage topics."

Learn more