jsoneaday
jsoneaday
Ok guys I'm almost there. I added some padding to the end after each field and now things align. But for some reason array elements get pushed up one. Also...
Hello What is getAllLinks what does it do? Also once authenticated will this user object be available to any other graphql datafetcher? How will expiration of the user object happen?...
Thanks @pmlopes . According to Gerard Klijs in this post [https://spectrum.chat/graphql-java/general/i-have-a-login-mutation-if-login-is-successful-i-would-like-to-add-the-user-object-to-the-context-or-environment~75b37761-e50c-4a1e-8890-618dedd96073](url) each graphql call gives a new env and context. Will the user object exist on subsequent calls by other...
Thanks @pmlopes Just an fyi when I use m5 I see that setAuthProvider signature for AuthProvider says AuthProvider is deprecated. `override fun setAuthProvider(authProvider: io.vertx.ext.auth.AuthProvider?) { this.authProvider = authProvider }`
@tsegismont I saw your comment in gitter about using the session so I tried it. I think I'm pretty close but the user is not found in the session. Let...
If we can get this to work. I'll be happy to create a small write-up you can add to your documentation. I'm sure other people will want to use this...
Interesting when I do this, context?.session()?.data()?.size I get 0. Seems like nothing is making its way into the VertxDataFetcher?
In my example I use a standard route to login and then try and use that session in my graphql datafetcher, which has an empty session and user object for...
Just to clarify I was using a standard route after I saw your comment about sessions on gitter. Yes originally I was wanting to do it from within graphql. So...
Hello It did not work for me. I've given both of you guys access to my project dzhaven-server. Please note foloowing. 1. I have two calls that attempt to populate...