Skip to content

Commit f384a1d

Browse files
authored
Update introduction.md
1 parent 0aa74c2 commit f384a1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docs/docs/developer-resources/introduction.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Welcome to the Talawa-API developer resources.
1111

1212
Coming Soon
1313

14+
### Authentication
15+
16+
We have kept the authentication system very minimal so that a proper authentication system can be put in place later on. We feel that some kind of typescript based authentication library that can integrate with the current database schema or a self hosted service with its own database is needed.
17+
18+
For this reason, the authentication system needs to be detached from the GraphQL schema and be handled using REST APIs using something like Better Auth: https://github.com/better-auth/better-auth
19+
1420
## Important Directories
1521

1622
Review these important locations before you start your coding journey.

0 commit comments

Comments
 (0)