This website requires JavaScript.
Explore
Help
Sign In
jtom38
/
go-cook
Watch
2
Star
0
Fork
0
You've already forked go-cook
Code
Issues
9
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8482afed8d
go-cook
/
internal
/
domain
History
James Tombleson
e7f706b6e7
The refreshtoken no longer cares about when a token expired. When they want a new jtw from refresh a new refresh token is made also
2024-04-21 10:27:56 -07:00
..
dto.go
moved away from the api directory to internal per go doc recommendations
2024-04-20 08:09:24 -07:00
entities.go
The refreshtoken no longer cares about when a token expired. When they want a new jtw from refresh a new refresh token is made also
2024-04-21 10:27:56 -07:00
models.go
moved away from the api directory to internal per go doc recommendations
2024-04-20 08:09:24 -07:00
requests.go
added RefreshTokenRequest as a body
2024-04-21 08:59:25 -07:00
responses.go
Updated some responses to return the base struct with embedding
2024-04-21 08:59:07 -07:00
scopes.go
moved away from the api directory to internal per go doc recommendations
2024-04-20 08:09:24 -07:00