issues
search
exAspArk
/
graphql-guard
Simple authorization gem for GraphQL :lock:
MIT License
472
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to tell which record is causing `GraphQL::Guard::NotAuthorizedError` to be raised?
#54
asgeo1
opened
1 year ago
0
Deprecation warnings with graphql-1.13.1
#53
IngusSkaistkalns
opened
2 years ago
16
not_authorized calls with Interface type instead of the real owner
#52
saharaying
opened
3 years ago
0
Using guard in base/parent class always takes priority
#51
chrise86
opened
3 years ago
1
Is this project still under development?
#50
imcvampire
opened
3 years ago
0
Arguments using loads don't get loaded in mutations unless in a subtype
#49
alexanderdavide
opened
3 years ago
0
Upgraded to 2.0: Parameter Hash Keys in a `field`'s Inline `guard` Were camelCase And Are Now snake_case
#48
sshaw
opened
4 years ago
0
[Bug] Guarding or masking a field on an Object Type hides the entire object and not just the individual field
#47
joeyparis
opened
4 years ago
6
Upgraded to 2.0 And Cannot `rescue_from GraphQL::Guard::NotAuthorizedError`
#46
sshaw
opened
4 years ago
1
Add support for context to not_authorized callback when using Policy
#45
parse
opened
4 years ago
3
Add support for arguments
#44
23tux
closed
4 years ago
3
Add argument masking
#43
bilby91
closed
4 years ago
14
Add support for Mutation
#42
bilby91
closed
4 years ago
5
Policy lambda receiving inconsistent value in test
#41
verenion
closed
4 years ago
2
guard lambdas are receiving the schema type object, rather than the found instance
#40
xxx
closed
4 years ago
1
Support GraphQL Interpreter
#39
exAspArk
closed
4 years ago
7
Use on resolver
#38
imcvampire
closed
4 years ago
7
Does not seem to work with GraphQL::Execution::Interpreter
#37
tmikoss
closed
4 years ago
10
Fix compatibility with new graphql v1.10
#36
exAspArk
closed
4 years ago
1
graphql-ruby 1.10.0 update broke the gem
#35
Postmodum37
closed
4 years ago
2
Pass field name to guard block
#34
23tux
closed
4 years ago
2
Can't Using Mutation Type and Query Type Together
#33
Christianlauw123
closed
4 years ago
3
More descriptive error message for NotAuthorizedError
#32
sshaw
closed
5 years ago
1
Outdated Documentation
#31
danwetherald
closed
5 years ago
3
Changing NotAuthorizedError to Be A Subclass of GraphQL::ExecutionError
#30
sshaw
closed
5 years ago
4
Use ruby syntax highlighted code blocks
#29
vfonic
closed
5 years ago
5
Compatibility with graphql-ruby's new interpreter
#28
gopeter
closed
5 years ago
2
Pundit field whitelisting
#27
yourivdlans
closed
5 years ago
1
Make Ruby 2.6 and GraphQL 1.7 compatible
#26
exAspArk
closed
5 years ago
0
Skip authorization on return fields
#25
egonm12
closed
5 years ago
2
Add test coverage and notes about PolicyObject + class-based types
#24
exAspArk
closed
5 years ago
1
PORO Policy receiving incorrect (unexpected) type
#23
kalzoo
closed
5 years ago
5
Build tests with Travis CI with Ruby 2.5
#22
exAspArk
closed
6 years ago
2
Handle different versions of GraphQL
#21
sandboxws
closed
6 years ago
1
Reformat documentation
#20
revskill10
closed
6 years ago
2
Can't test guard proc on Mutation root
#19
Yoshiji
closed
6 years ago
2
Type-level guard taking higher priority than field-level
#18
pooja335
closed
6 years ago
2
Add GraphQL Ruby 1.8 support
#17
exAspArk
closed
6 years ago
1
Allow inline policies to be used with class-based API of graphql-ruby 1.8
#16
kymmt90
closed
6 years ago
7
Usage with graphql-ruby 1.8 class syntax
#15
SeanRoberts
closed
6 years ago
8
Hiding unauthorized fields from introspection?
#14
lsanwick
closed
6 years ago
2
Testing get an error with Rspec
#13
ducnguyenhuy-agilityio
closed
6 years ago
2
Way to `nil` out the whole field rather than each of it's sub-fields if unauthorized to view it.
#12
justgage
closed
6 years ago
2
Authorization on Enum Values
#11
micahlisonbee
closed
6 years ago
2
Update README.md
#10
ghost
closed
6 years ago
5
Missing magic comment `# frozen_string_literal: true` and "Freeze mutable objects assigned to constants.".
#9
ghost
closed
6 years ago
2
GraphQL::Guard::NotAuthorizedError: 500 instead of 401. How to rescue?
#8
ghost
closed
6 years ago
5
type.introspection? || RULES.dig(type, field) doesn't working.
#7
ghost
closed
6 years ago
8
Update README.md with details for whitelisting introspection queries.
#6
stanishev
closed
7 years ago
6
Guarding for the entire root of an object
#5
dzucconi
closed
7 years ago
5
Next