pargo-auth 0.1.2__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- name: Deploy to PyPI
1
+ name: Publish to PyPI
2
2
 
3
3
  on:
4
4
  push:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pargo-auth
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Shared authentication middleware for PARGO backend services
5
5
  Project-URL: Homepage, https://github.com/pargoorg/pargo-auth
6
6
  Project-URL: Repository, https://github.com/pargoorg/pargo-auth
@@ -1,6 +1,6 @@
1
1
  """PARGO Auth - Shared authentication middleware for PARGO backend services."""
2
2
 
3
- __version__ = "0.1.2"
3
+ __version__ = "0.1.4"
4
4
 
5
5
  from .middleware import SupabaseAuth, get_current_user, require_auth
6
6
  from .models import AuthenticatedUser
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes