Skip to content

Commit

Permalink
fix: Export isLoggedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
JorWo committed Oct 30, 2024
1 parent 289b0a6 commit 00913a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-cas-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "A CAS client built for Next.js to authenticate, validate tickets, and provide session management to a CAS server",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { getCurrentUser } from './lib/server';
export { getCurrentUser, isLoggedIn } from './lib/server';
export { handleAuth } from './lib/handler';
export { ValidatorProtocol } from './lib/validators/validator';
export type { CasUser } from './lib/types';

0 comments on commit 00913a7

Please sign in to comment.