authorization
Here are 1,844 public repositories matching this topic...
-
Updated
Mar 7, 2021 - Go
-
Updated
Mar 7, 2021 - Java
-
Updated
Mar 5, 2021 - Ruby
-
Updated
Mar 4, 2021 - Objective-C
-
Updated
Mar 7, 2021 - JavaScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Jan 22, 2021 - PHP
-
Updated
Mar 3, 2021 - Python
-
Updated
Jun 6, 2020 - PHP
-
Updated
Mar 7, 2021 - Java
-
Updated
Mar 3, 2021 - 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
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
Jan 17, 2021 - TypeScript
-
Updated
Oct 20, 2020 - Java
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Feb 19, 2021 - PHP
-
Updated
Mar 7, 2021 - Java
-
Updated
Mar 1, 2021 - Java
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Jan 20, 2021 - Python
-
Updated
Mar 7, 2021 - Elixir
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
-
Updated
Nov 18, 2019 - Ruby
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
Feb 19, 2021 - 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
Thank you for a great project and documentation. I ran into a bug (I think) while playing with the 5 minute tutorial.
When revoking an access token that is not found the hydra server returns a 404 response but this is not a defined response in the swagger specification. This leads to an error like `response status code does not match any response statuses defined for thi