sarathpetec / cred

Simple SpringBoot Application with Mongo DB and GraphQL
Apache License 2.0
1 stars 2 forks source link

Secure the GraphQL Endpoint #5

Open sarathpetec opened 8 months ago

sarathpetec commented 8 months ago

Implement authentication and authorization for the GraphQL endpoint. This may involve integrating with JWT or OAuth for secure access, and defining permissions for different types of operations (e.g., only authenticated users can modify their own profiles).