mirror of https://github.com/matrix-org/go-neb.git
Browse Source
Add a new `AuthSession` function `Authenticated()` which returns `true` if the user has completed the auth process. This allows the caller to distinguish between: - Never done any auth (404s) - In the process of doing auth (`Authenticated == false`) - Finished doing auth (`Authenticated == true`)kegan/get-session
Kegan Dougal
9 years ago
5 changed files with 47 additions and 0 deletions
Loading…
Reference in new issue