Skip to content
#

auth

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

react-native-firebase
spacekitteh
spacekitteh commented Dec 16, 2016

So, I'm eager to contribute to microG. There's just one problem: I've spent the last 10 hours trying to decipher the codebase, and feel like I'm nonethewiser for it. Could you please please PLEASE add some documentation? At least the architecture? I understand that nobody likes writing docs, and I understand that much of the structure is forced upon you by having to copy GPS, but it's critical i

Hobadee
Hobadee commented Nov 9, 2019

Poking around in the code I see references to Constraints. (Silber\Bouncer\Constraints and associated classes)

I have played around with them some and even got them to write out their configuration to the database, but I can't figure out how to actually use them. They appear to be completely undocumented, and I can't quite figure out how they tie into things, although they also appear to be V

geozak
geozak commented Feb 15, 2016

In UserModel::editUserName($new_user_name) you use preg_match to validate the pattern.
wouldn't it be better to use:

if(!RegistrationModel::validateUserName($new_user_name)) {
    return false;
}

instead of retypeing the regular expression

This can apply for email and password too

st-h
st-h commented Jul 20, 2019

I was thinking about improving security when making use of the cookie store and was wondering if we could make use of HttpOnly cookies when using ember-simple-auth, and it seems that it actually is possible.

But to provide a little background first, this is what the owasp session management cheatsheet contains

mitar
mitar commented Mar 27, 2020

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

I am trying to build an OpenID provider only, I do not really have any resources to which one would delegate access to. So I do not need OAuth provider, just OpenId provider. The issue is that currently documentation/example just says that OAuth handlers have to be registered before OpenId ones, but does not explain which are th

rustam87
rustam87 commented Nov 14, 2019

v.5.0.3

var RBAC = require('rbac');

return

{ __esModule: true,
  RBAC: [Function: RBAC],
  Base: [Function: Base],
  Role: [Function: Role],
  Permission: [Function: Permission],
  Storage: [Function: Storage],
  Memory: [Function: Memory] }

in doc you wrote
var RBAC = require('rbac').default

Where is default key?
var RBAC = require('rbac').default
return **

yurabysaha
yurabysaha commented Jan 8, 2020

According to the Instagram announcement:

UPDATE: Starting October 15, 2019, new client registration and permission review on Instagram API platform are discontinued in favor of the Instagram Basic Display API.

Need to refactor instagram backend provider, because now its not a working.

instagram backend provider use https://api.instagram.com/v1/users/self for get user data, but now i

jasonvmiller
jasonvmiller commented Feb 25, 2020

Given that PASETO is designed for "Resistance to Implementation Error / Misuse", I'm surprised the examples don't cover calling JSONToken.Validate, nor does JSONToken.UnmarshalJSON do this on it's own.

The documentation does indicate that the standard claims are optional, which would mean that calling the default set of validation functions during JSONToken.Unmarshal might break the curre

Improve this page

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

Learn more

You can’t perform that action at this time.