oauth2
oauth2 copied to clipboard
Support Multiple redirect URL?
I think this oauth2.0 server library cannot support multiple endpoints Is it right?.
oauth2.v3/models/client.go // Client client model type Client struct { ID string Secret string Domain string UserID string }
It is solved.
It is solved.
hi @qkrgksqkr, that means is support multiple endpoints ?
thanks.
How was this solved and where if I may ask?