Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STORIX Landing

STORIX app install landing page.

Image

Put the landing image at:

public/landing.png

Commands

npm install
npm run dev
npm run build

Attendance event WebView

/events/attendance

The attendance APIs use VITE_API_BASE_URL. Development defaults to https://dev.storix.kr, and production defaults to https://api.storix.kr.

The page does not persist access tokens. The app must inject the current token after the page has loaded:

window.dispatchEvent(
  new CustomEvent('STORIX_AUTH', {
    detail: { accessToken: '...' },
  }),
)

The page calls:

GET  /api/v1/attendance-event
POST /api/v1/attendance-event/check-in

Releases

Packages

Contributors

Languages