This message was deleted.
# general
m
This message was deleted.
👍 1
q
Right now I am waiting to hear a response but I was digging earlier and in there GH it mentioned they would be releasing something this year to help with this. but its name, release date and functionality are not published.
c
yeah I just came across that too, "this year" probably isnt going to cut it for me though :P
q
agreed. I am kinda working on something for myself at the moment. But its kinda specific to the toolset I am looking at using. I am using krakend as an API gateway in front of my API
c
for your issue, are you using 1st or 3rd party auth for your api?
like is this something you're building for other people to auth to your API, or yourself?
q
I am building for outher people to auth to our api
c
Then you're going to need PATs yeah...
m2m client credentials grant wont cut it for you
which is what I figured out for my issue, I need a mixture of them both 😛
(deleted)
q
my current thing I am building is just a login endpoint that krakenD can use to generate a JWT token for someone who logs in to that endpoint. I am basically going to make a table that will keep the API keys and relate it to the table from ory that has users in it that kratos generated
c
hmmm, I see...
I could do with PATs for users and PATs for 1st party services really...
q
Yeah, I am kinda new to this whole ecosystem so I am going to see how well this works out
c
same here
I could probably somehow register apps as "users" I suppose and then get them to generate a PAT. But that would need the ability to tell Ory Kratos what type of "user" im registering. Im not sure I can do that.
Well I guess you could use the Schema ID, but I'd need to be able to retrieve all users by a particular schema id.