authorization
Here are 1,714 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 26, 2020 - Ruby
-
Updated
Nov 27, 2020 - Go
-
Updated
Nov 17, 2020 - Objective-C
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Oct 20, 2020 - PHP
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 22, 2020 - Python
-
Updated
Jun 6, 2020 - PHP
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 7, 2020 - PHP
go-jwt seems to not be maintained really. It has open/known security issue (which have multiple PRs open to address, earliest in 2018: dgrijalva/jwt-go#286). And it requires numbers to be floats because it cannot validate ints. [PR to fix this has been made](https://github.com/dgrijalva
-
Updated
Nov 20, 2020 - TypeScript
-
Updated
Oct 20, 2020 - Java
I've read the docs, and it seems you can pass through knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?
-
Updated
Sep 12, 2020 - PHP
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Nov 9, 2020 - Java
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Nov 18, 2019 - Ruby
-
Updated
Nov 7, 2020 - Java
-
Updated
Aug 23, 2020 - Elixir
-
Updated
Aug 19, 2020 - Python
Encryption at Rest
One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).
I don't know enough to implement enough, but here's an article I found.
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c
The following guides may be improved with unit test examples:
- https://github.com/danschultzer/pow/blob/master/guides/custom_controllers.md
- https://github.com/danschultzer/pow/blob/master/guides/sync_user.md
-
https://github.com/danschultzer/pow/blob/master/guides/lock_users.md -
https://github.com/danschultzer/pow/blob/master/guides/user_roles.md
There's alread
See the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate#5 for users domain. Maybe someone wants to add tests for the messages domain too.
-
Updated
Sep 11, 2020 - Python
Improve this page
Add a description, image, and links to the authorization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authorization topic, visit your repo's landing page and select "manage topics."
Describe the bug
After Hydra startup log warns about configuration key deprecation. There is no records in documentation reference (https://www.ory.sh/hydra/docs/reference/configuration/) about oidc.subject_identifiers.supported_types.
Reproducing the bug
Steps to reproduce the behavior:
Start Hydra Hydra v1.9.0-alpha.2 with oidc.subject_identifiers.enabled set to public
_Se