setup base jwt authentication

This commit is contained in:
2025-01-06 21:34:23 +01:00
parent e91d6540bf
commit cf15e3beb3
12 changed files with 425 additions and 6 deletions

3
app/services/session.js Normal file
View File

@@ -0,0 +1,3 @@
import Service from 'ember-simple-auth/services/session';
export default class SessionService extends Service {}