oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Support Multiple redirect URL?

Open qkrgksqkr opened this issue 4 years ago • 5 comments

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 }

qkrgksqkr avatar Mar 12 '21 00:03 qkrgksqkr

It is solved.

qkrgksqkr avatar Mar 18 '21 05:03 qkrgksqkr

It is solved.

hi @qkrgksqkr, that means is support multiple endpoints ?

thanks.

rainlay avatar Mar 21 '21 08:03 rainlay

How was this solved and where if I may ask?

martinrode avatar Dec 04 '23 13:12 martinrode