mirror of
https://github.com/0x2E/fusion.git
synced 2025-06-08 05:27:15 +09:00
![]() Resolves #53 This fixes a bug I accidentally introduced by misunderstanding the echo session package. I thought that calling session.Get would return an error if no session existed for the session token valule. It seems that instead, if a session doesn't exist, session.Get creates one on-demand. To fix this, we have to check the IsNew field of the session to see if calling session.Get created this session on-demand or if this was a session that was previously created in the Create function. I introduced this bug in #43. |
||
---|---|---|
.. | ||
api.go | ||
feed.go | ||
group.go | ||
item.go | ||
session.go |