Tri4 commited on
Commit
3f667e1
1 Parent(s): 221bc34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -54,6 +54,11 @@ This guide will walk you through the process of developing an API for the Semabo
54
  - [Whisper API Flask GitHub Repository](https://github.com/lablab-ai/whisper-api-flask)
55
  - [YouTube Tutorial on Whisper API](https://www.youtube.com/watch?v=qs8FQ_oT33g)
56
 
 
 
 
 
 
57
  ---
58
 
59
  Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
 
54
  - [Whisper API Flask GitHub Repository](https://github.com/lablab-ai/whisper-api-flask)
55
  - [YouTube Tutorial on Whisper API](https://www.youtube.com/watch?v=qs8FQ_oT33g)
56
 
57
+ Authentication
58
+ - [Authenticating a Flask API Using JSON Web Tokens](https://medium.com/@gelsonm/authenticating-a-flask-api-using-json-web-tokens-c4d97e490776)
59
+ - [How to Use JSON Web Tokens for Secure Authentication in Flask Applications](https://www.freecodecamp.org/news/jwt-authentication-in-flask/)
60
+ - [Flask API Authentication with JSON Web Tokens](https://www.geeksforgeeks.org/flask-api-authentication-with-json-web-tokens/)
61
+
62
  ---
63
 
64
  Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).