https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • a

    auser

    07/06/2017, 12:28 AM
    I should learn from ‘em
  • a

    agartha

    07/06/2017, 12:30 AM
    I would try it in a new project, and if the problems persist, report them. I'm off to bed too now, good luck...
  • a

    auser

    07/06/2017, 12:51 AM
    nope… doesn’t work in a new project either
  • a

    auser

    07/06/2017, 12:51 AM
    darn
  • m

    matty

    07/06/2017, 6:10 AM
    does graphcool support RS256 tokens from auth0?
  • m

    matty

    07/06/2017, 6:12 AM
    hmmm looks like no https://github.com/graphcool/feature-requests/issues/145
  • m

    matty

    07/06/2017, 6:12 AM
    however the latest version of auth0-js (v8) requires it... https://www.npmjs.org/package/auth0-js
  • m

    matty

    07/06/2017, 6:13 AM
    what worries me is that v8 auth0-js has been out since december last year, and graphcool still does not support it
  • m

    matty

    07/06/2017, 6:16 AM
    so I guess I'll have to downgrade to auth0-js v7, which hasn't been updated since January
    d
    d
    • 3
    • 11
  • m

    matty

    07/06/2017, 6:16 AM
    not great to be using older outdated libraries when dealing with security & auth
  • j

    joshmadewell

    07/06/2017, 6:21 AM
    just 2 days ago ^^
  • m

    matty

    07/06/2017, 6:22 AM
    Thanks, updated this feature request - https://github.com/graphcool/feature-requests/issues/145
  • m

    matty

    07/06/2017, 7:34 AM
    What would be the best way to fetch additional data about a user that has just authenticated with auth0
  • m

    matty

    07/06/2017, 7:34 AM
    I get back an id token which I can use to call createUser, but I want their name, email, profile picture in the Graphcool node
  • m

    matty

    07/06/2017, 7:34 AM
    I could request those details be added in the token, but prefer to keep size of the JWT token down.
  • m

    matty

    07/06/2017, 7:35 AM
    I could use a function and have the client pass dummy values which are transformed, that doesn't seem right though.
  • m

    matty

    07/06/2017, 7:40 AM
    I guess i'll use auth0 to auth, then fetch user details again from auth0 then send to graphcool
    n
    d
    • 3
    • 10
  • a

    aetherall

    07/06/2017, 10:13 AM
    Hi! I have a lot of google accounts and I can't remember which one I used fo my project... my project Id is cj3n0fa4147rf0173ledl3s1i and i keep falling on the start page
    n
    • 2
    • 1
  • d

    dankent

    07/06/2017, 10:27 AM
    Has anyone used Functions to do cascading of deletes (i.e. delete instances of TypeB that are related to TypeA when an instance of TypeA is delete)?
    h
    • 2
    • 6
  • d

    dankent

    07/06/2017, 10:28 AM
    Or in general, has anyone used Functions to make extra changes to the graph.cool database that are triggered from a mutation?
    y
    • 2
    • 4
  • c

    claym

    07/06/2017, 12:38 PM
    hello! do you guys have a recommended guide on using relay modern with your service?
    n
    • 2
    • 8
  • a

    amithkr

    07/06/2017, 12:38 PM
    while i define a server side subscription is it possible to make a query to another table
  • a

    amithkr

    07/06/2017, 12:38 PM
    ....?
  • a

    amithkr

    07/06/2017, 12:38 PM
    currently only the updated node is accessable
  • a

    amithkr

    07/06/2017, 12:41 PM
    ~
  • y

    yus

    07/06/2017, 12:42 PM
    @amithkr u can easily use fetch or graphql-request to query any other types in your sss function
  • a

    amithkr

    07/06/2017, 12:44 PM
    @yus ......subscription { Event(filter: { mutation_in: [CREATED, UPDATED, DELETED] }) { updatedFields node { id token } } }
  • a

    amithkr

    07/06/2017, 12:45 PM
    i need to access the parameter token from all the node in that table
  • a

    amithkr

    07/06/2017, 12:45 PM
    please help me out
  • l

    lewisblackwood

    07/06/2017, 12:57 PM
    hey team 👋 is there any timeframe for when password reset will be added to email/password auth? it's becoming a real blocker for us! would be great to get an idea of when it will be ready.
    👍 4
    n
    a
    +2
    • 5
    • 6
1...258259260...637Latest